Skip to content

Commit d97e87a

Browse files
DOCSP-39419 Update C# Driver and EF descriptions (#187)
1 parent d999a26 commit d97e87a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

source/languages/csharp.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,19 @@ Driver
2424
------
2525

2626
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.
2829

2930
`C# Driver Documentation → <https://www.mongodb.com/docs/drivers/csharp/current/>`__
3031

3132
Framework
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

3642
Libraries and Extensions

0 commit comments

Comments
 (0)