-
Notifications
You must be signed in to change notification settings - Fork 300
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
59 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
.. _csharp-language-center: | ||
|
||
====================== | ||
MongoDB .NET/C# Driver | ||
====================== | ||
|
||
.. facet:: | ||
:name: programming_language | ||
:values: csharp | ||
|
||
.. facet:: | ||
:name: genre | ||
:values: reference | ||
|
||
.. meta:: | ||
:keywords: application | ||
|
||
.. toctree:: | ||
:titlesonly: | ||
|
||
.NET/C# Driver <https://www.mongodb.com/docs/drivers/csharp/current/> | ||
Entity Framework Provider <https://www.mongodb.com/docs/entity-framework/current/> | ||
|
||
.. contents:: On this page | ||
:local: | ||
:backlinks: none | ||
:depth: 1 | ||
|
||
Introduction | ||
------------ | ||
|
||
Welcome to the documentation site for the official MongoDB .NET/C# | ||
driver and Entity Framework provider. | ||
|
||
.NET/C# Driver | ||
-------------- | ||
|
||
You can add the driver to your application to work with MongoDB in .NET or C#. See | ||
the `.NET/C# driver documentation <https://www.mongodb.com/docs/drivers/csharp/current/>`__ | ||
to learn how to install and begin using the driver. | ||
|
||
Entity Framework Provider | ||
------------------------- | ||
|
||
You can add the MongoDB Entity Framework provider to your .NET application as an | ||
object-relational mapper (ORM) to work with data in MongoDB. See the | ||
`Entity Framework provider documentation <https://www.mongodb.com/docs/entity-framework/current/>`__ | ||
to learn how to begin using the provider. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters