File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -24,13 +24,19 @@ Driver
2424------
2525
2626Provides a high-level API for working with MongoDB databases consistent with
27- other MongoDB language drivers.
27+ other MongoDB language drivers and includes a LINQ provider for
28+ .NET-native query access and powerful aggregation and transformation queries.
2829
2930`C# Driver Documentation → <https://www.mongodb.com/docs/drivers/csharp/current/>`__
3031
3132Framework
3233---------
3334
35+ The Entity Framework Core Provider allows you to use MongoDB with Microsoft's
36+ Entity Framework Core as an object-relational mapper. You can
37+ manipulate data by using LINQ queries and Entity Framework's entity-based
38+ modeling and change tracking.
39+
3440`Get Started With the Entity Framework Core Provider → <https://www.mongodb.com/docs/entity-framework/current/>`__
3541
3642Libraries and Extensions
You can’t perform that action at this time.
0 commit comments