Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docsp-34255 - add ef links #928

Merged
merged 1 commit into from
Nov 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion snooty.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
name = "drivers"
title = "MongoDB Drivers"

toc_landing_pages = ["/python-drivers", "/php-drivers", "/java-drivers", "/kotlin-drivers", "/use-cases", "/ruby-drivers"]
toc_landing_pages = [
"/python-drivers",
"/php-drivers",
"/java-drivers",
"/kotlin-drivers",
"/use-cases",
"/ruby-drivers",
"/csharp-drivers",
]

intersphinx = ["https://www.mongodb.com/docs/manual/objects.inv"]
sharedinclude_root = "https://raw.githubusercontent.com/10gen/docs-shared/main/"
Expand Down
48 changes: 48 additions & 0 deletions source/csharp-drivers.txt
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.
4 changes: 2 additions & 2 deletions source/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ security patches to them.

.. card::
:headline: C#
:url: https://www.mongodb.com/docs/drivers/csharp/current/
:url: /csharp-drivers/
:icon: /icons/csharp.svg
:icon-alt: C sharp Driver icon

Expand Down Expand Up @@ -147,7 +147,7 @@ Don’t see your desired language? Browse more `community-supported libraries <h

C Driver </c>
C++ Driver </cxx>
C# and .NET Driver <https://www.mongodb.com/docs/drivers/csharp/current/>
.NET/C# Driver </csharp-drivers>
Go Driver <https://www.mongodb.com/docs/drivers/go/current/>
Java Drivers </java-drivers>
Kotlin Drivers </kotlin-drivers>
Expand Down
Loading