Skip to content

Commit 076a371

Browse files
authored
DOCSP-38518: C# language landing page (#171)
* DOCSP-38518: C# language landing page * image edits * typo * change to 2 cols * more ways to learn * reformat entity framework * update picture * .net logo * 1 driver format * reformat * card size * card style * review feedback * file name
1 parent 9c78062 commit 076a371

File tree

4 files changed

+131
-0
lines changed

4 files changed

+131
-0
lines changed

source/images/CSharp.svg

Lines changed: 41 additions & 0 deletions
Loading

source/images/icons/microsoft-net.svg

Lines changed: 7 additions & 0 deletions
Loading

source/images/icons/odata-logo-96.png

945 Bytes
Loading

source/languages/csharp.txt

Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
1+
:template: product-landing
2+
:pl-max-width-paragraphs:
3+
:noprevnext:
4+
5+
===============
6+
MongoDB with C#
7+
===============
8+
9+
.. introduction::
10+
11+
Leverage C# to develop applications based on the .NET framework. MongoDB provides
12+
both a .NET/C# driver and an Entity Framework integration for you to take advantage of
13+
using MongoDB in this general-purpose, multi-paradigm programming language.
14+
15+
.. button:: Get started with the .NET/C# Driver
16+
:uri: https://www.mongodb.com/docs/drivers/csharp/current/
17+
18+
.. image:: /images/CSharp.svg
19+
:alt: C# landing page hero image
20+
21+
Driver
22+
------
23+
24+
Provides a high-level API for working with MongoDB databases consistent with
25+
other MongoDB language drivers.
26+
27+
`C# Driver Documentation → <https://www.mongodb.com/docs/drivers/csharp/current/>`__
28+
29+
Framework
30+
---------
31+
32+
`Get Started With the Entity Framework Core Provider → <https://www.mongodb.com/docs/entity-framework/current/>`__
33+
34+
Libraries and Extensions
35+
------------------------
36+
37+
.. card-group::
38+
:columns: 2
39+
:style: center-content
40+
41+
.. card::
42+
:headline: .NET Analyzer
43+
:url: https://www.mongodb.com/docs/mongodb-analyzer/current/
44+
:icon: /images/icons/microsoft-net.svg
45+
:icon-alt: Entity Framework and .NET icon
46+
47+
.. card::
48+
:headline: OData Support
49+
:url: https://www.nuget.org/packages/MongoDB.AspNetCore.OData/
50+
:icon: /images/icons/odata-logo-96.png
51+
:icon-alt: OData icon
52+
53+
54+
More Ways to Learn
55+
------------------
56+
57+
.. card-group::
58+
:columns: 3
59+
:style: large-icon
60+
61+
.. card::
62+
:headline: View C# developer resources
63+
:url: https://www.mongodb.com/developer/languages/csharp/
64+
:icon: /images/technical-mdb-devhub.svg
65+
:icon-alt: DevHub icon
66+
67+
C# Resources →
68+
69+
.. card::
70+
:headline: Learn about C# and MongoDB
71+
:url: https://learn.mongodb.com/learning-paths/using-mongodb-with-c-sharp
72+
:icon: /images/icons/university.svg
73+
:icon-alt: Learn icon
74+
75+
C# Developer Path →
76+
77+
.. card::
78+
:headline: Join forums and discussions
79+
:url: https://www.mongodb.com/community/
80+
:icon: /images/general-content-community.svg
81+
:icon-alt: Community icon
82+
83+
MongoDB Community →

0 commit comments

Comments
 (0)