File tree Expand file tree Collapse file tree 8 files changed +13
-13
lines changed Expand file tree Collapse file tree 8 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 11name = " entity-framework"
2- title = " Entity Framework "
2+ title = " EF Core Provider "
33toc_landing_pages = [
44 " /fundamentals/configure" ,
55 # "/fundamentals/crud",
@@ -16,7 +16,7 @@ sharedinclude_root = "https://raw.githubusercontent.com/10gen/docs-shared/main/"
1616
1717[constants ]
1818provider-long = " MongoDB Entity Framework Core Provider"
19- provider-short = " Entity Framework Core Provider"
19+ provider-short = " EF Core Provider"
2020csharp-driver-long = " MongoDB .NET/C# Driver"
2121csharp-driver-short = " .NET/C# Driver"
2222framework = " Entity Framework"
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ following:
4040- Aggregation operations
4141- Custom mapping
4242
43- The {+provider-long +} allows you to use Microsoft's {+framework-core+} with
43+ The {+provider-short +} allows you to use Microsoft's {+framework-core+} with
4444MongoDB in your {+dotnet-csharp+} applications. The {+provider-short+} supports
4545change tracking, entity-based LINQ operations, and modeling familiar to
4646{+framework-core+} users. The provider includes features such as the following:
Original file line number Diff line number Diff line change 11.. _entity-framework-configure:
22
3- ===========================================
4- Configure Entity Framework Core for MongoDB
5- ===========================================
3+ ==============================
4+ Configure the {+provider-short+}
5+ ==============================
66
77.. facet::
88 :name: genre
Original file line number Diff line number Diff line change @@ -24,11 +24,11 @@ Overview
2424explicitly running database commands. To query your data, use the
2525Language-Integrated Query (LINQ) syntax. LINQ allows you to write strongly typed
2626queries using C#-specific keywords and operators. When you run the application,
27- the {+provider-long +} automatically translates the LINQ queries and runs them on the
27+ the {+provider-short +} automatically translates the LINQ queries and runs them on the
2828database using the MongoDB Query API.
2929
3030In this guide you can see examples of common query operations on
31- an application configured to use the {+provider-long +}.
31+ an application configured to use the {+provider-short +}.
3232
3333.. tip::
3434
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ any changes made to your data and runs the necessary commands to update the
3030database by using the MongoDB Query API.
3131
3232In this guide, you can see examples of how to perform common write operations on
33- an application configured to use the {+provider-long +}.
33+ an application configured to use the {+provider-short +}.
3434
3535.. tip::
3636
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ running database commands. The {+provider-short+} tracks any queries or data
2424changes you make, and automatically runs them on the database by using the
2525MongoDB Query API.
2626
27- Use the {+provider-long +} if you want to build a {+language-dotnet+} application
27+ Use the {+provider-short +} if you want to build a {+language-dotnet+} application
2828that uses {+framework-core+} with MongoDB.
2929
3030Download the provider by using `NuGet <https://www.nuget.org/packages/{+package+}>`__,
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Overview
2121--------
2222
2323On this page, you can find a list of {+framework+} and MongoDB features that
24- the {+provider-long +} does not support. Because the provider is in active
24+ the {+provider-short +} does not support. Because the provider is in active
2525development, some features listed on this page might be considered for future
2626releases based on customer demand.
2727
@@ -78,7 +78,7 @@ Migrations
7878
7979Migrations in {+framework-core+} are designed for relational databases. Because
8080MongoDB is a document database, migrations are not supported by the
81- {+provider-long +}.
81+ {+provider-short +}.
8282
8383Database-First Development
8484~~~~~~~~~~~~~~~~~~~~~~~~~~
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ Set Up Your Project
8484
8585 .. _entity-framework-add-mongodb-dependency:
8686
87- .. step:: Add the {+provider-long +} as a Dependency
87+ .. step:: Add the {+provider-short +} as a Dependency
8888
8989 Use the ``dotnet add`` command to add the {+provider-short+} to your project as a
9090 dependency.
You can’t perform that action at this time.
0 commit comments