Skip to content

Commit 8595c38

Browse files
authored
docsp-34265 - ef links (#137)
1 parent 36e8db1 commit 8595c38

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

source/index.txt

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
MongoDB C# Driver
33
=================
44

5-
.. default-domain:: mongodb
6-
75
.. facet::
86
:name: programming_language
97
:values: csharp
@@ -25,6 +23,7 @@ MongoDB C# Driver
2523
/issues-and-help
2624
/compatibility
2725
/upgrade
26+
Entity Framework Provider <https://www.mongodb.com/docs/entity-framework/current/>
2827
MongoDB Analyzer <https://www.mongodb.com/docs/mongodb-analyzer>
2928

3029
Introduction
@@ -128,6 +127,16 @@ Learn what changes you may need to make to your application to upgrade
128127
driver versions in the :ref:`Upgrade Driver Versions <csharp-upgrade-driver>`
129128
section.
130129

130+
Entity Framework Provider
131+
-------------------------
132+
133+
The MongoDB Entity Framework Provider is an object-relational mapper (ORM) that lets you
134+
use Microsoft's Entity Framework to work with MongoDB data. ORMs provide an
135+
object-oriented interface for data management.
136+
137+
To learn more, see the
138+
`MongoDB Entity Framework Provider documentation <https://www.mongodb.com/docs/entity-framework/current/>`__.
139+
131140
MongoDB Analyzer
132141
----------------
133142

0 commit comments

Comments
 (0)