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
24
24
------
25
25
26
26
Provides 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.
28
29
29
30
`C# Driver Documentation → <https://www.mongodb.com/docs/drivers/csharp/current/>`__
30
31
31
32
Framework
32
33
---------
33
34
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
+
34
40
`Get Started With the Entity Framework Core Provider → <https://www.mongodb.com/docs/entity-framework/current/>`__
35
41
36
42
Libraries and Extensions
You can’t perform that action at this time.
0 commit comments