Skip to content

Commit f052632

Browse files
DOCSP-35751 Expand EF core provider overview (#17)
1 parent 146c2fa commit f052632

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

snooty.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ framework = "Entity Framework"
2323
framework-core = "{+framework+} Core"
2424
framework-version = "7.0"
2525
language = "C#"
26+
language-dotnet = ".NET"
27+
dotnet-csharp = ".NET/C#"
2628
mongo-community = "MongoDB Community Edition"
2729
mongo-enterprise = "MongoDB Enterprise Edition"
2830
docs-branch = "master" # always set this to the docs branch (i.e. master, 1.7, 1.8, etc.)

source/index.txt

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,20 @@ Introduction
1313
------------
1414

1515
Welcome to the documentation site for the official {+provider-long+}.
16-
You can add the provider to your .NET application as an object-relational mapper (ORM)
17-
to work with data in MongoDB.
16+
17+
You can add the {+provider-short+} to your {+language-dotnet+} application as an
18+
object-relational mapper (ORM) to work with data in MongoDB. You can use the
19+
provider to access and manipulate data from your application without explicitly
20+
running database commands. The {+provider-short+} tracks any queries or data
21+
changes you make, and automatically runs them on the database by using the
22+
MongoDB Query API.
23+
24+
Use the {+provider-long+} if you want to build a {+language-dotnet+} application
25+
that uses {+framework-core+} with MongoDB.
26+
1827
Download the provider by using `NuGet <https://www.nuget.org/packages/{+package+}>`__,
19-
or set up a runnable project by following our :ref:`Quick Start guide <entity-framework-quickstart>`.
28+
or set up a runnable project by following our :ref:`Quick Start guide
29+
<entity-framework-quickstart>`.
2030

2131
Quick Start
2232
-----------

0 commit comments

Comments
 (0)