|
| 1 | +================= |
| 2 | +MongoDB C# Driver |
| 3 | +================= |
| 4 | + |
| 5 | +.. default-domain:: mongodb |
| 6 | + |
| 7 | +.. toctree:: |
| 8 | + |
| 9 | + /quick-start |
| 10 | + /quick-reference |
| 11 | + /usage-examples |
| 12 | + /fundamentals |
| 13 | + API Documentation <{+api-root+}/R_Project_CSharpDriverDocs.htm> |
| 14 | + /compatibility |
| 15 | + /issues-and-help |
| 16 | + /faq |
| 17 | + |
| 18 | +Introduction |
| 19 | +------------ |
| 20 | + |
| 21 | +Welcome to the documentation site for the official {+driver-long+}. |
| 22 | +You can add the driver to your application to work with MongoDB in {+language+}. |
| 23 | +Download the driver using `NuGet <https://www.nuget.org/packages/MongoDB.Driver>`__, or set up a runnable |
| 24 | +project by following our :ref:`Quick Start guide <csharp-quickstart>`. |
| 25 | + |
| 26 | +Quick Start |
| 27 | +----------- |
| 28 | + |
| 29 | +Learn how to establish a connection to MongoDB Atlas and begin |
| 30 | +working with data in the :ref:`csharp-quickstart` section. |
| 31 | + |
| 32 | +Quick Reference |
| 33 | +--------------- |
| 34 | + |
| 35 | +See driver syntax examples for common MongoDB commands in the |
| 36 | +:ref:`Quick Reference <csharp-quick-reference>` section. |
| 37 | + |
| 38 | +Usage Examples |
| 39 | +-------------- |
| 40 | + |
| 41 | +For fully runnable code snippets and explanations for common |
| 42 | +methods, see :ref:`csharp-usage-examples`. |
| 43 | + |
| 44 | +Fundamentals |
| 45 | +------------ |
| 46 | + |
| 47 | +For detailed information on key concepts of using the {+driver-short+}, see |
| 48 | +:ref:`csharp-fundamentals`. |
| 49 | + |
| 50 | +API Documentation |
| 51 | +----------------- |
| 52 | + |
| 53 | +For detailed information about types and methods in the {+driver-short+}, see |
| 54 | +the `{+driver-long+} API documentation <{+api-root+}/R_Project_CSharpDriverDocs.htm>`__. |
| 55 | + |
| 56 | +Compatibility |
| 57 | +------------- |
| 58 | + |
| 59 | +For the compatibility charts that show the recommended {+driver-short+} version |
| 60 | +for each MongoDB Server version, see :ref:`csharp-compatibility-tables`. |
| 61 | + |
| 62 | +Issues & Help |
| 63 | +------------- |
| 64 | + |
| 65 | +Learn how to report bugs, contribute to the driver, and find |
| 66 | +additional resources for asking questions in the :ref:`csharp-issues-help` section. |
| 67 | + |
| 68 | +FAQ |
| 69 | +--- |
| 70 | + |
| 71 | +For answers to commonly asked questions about the {+driver-long+}, see the :ref:`csharp-faq` |
| 72 | +section. |
0 commit comments