EventGet 50% off your ticket to MongoDB.local NYC on May 2. Use code Web50!Learn more >>
MongoDB Developer
MongoDB Developer Centerchevron-right
Developer Topicschevron-right

C#

plus Follow
Sign in to follow topics
A general-purpose, multi-paradigm programming language. C# is a particularly useful language to learn for developing apps based on the .NET framework

Featured

Quickstart

Build Your First .NET Core Application with MongoDB Atlas

Learn how to quickly and easily start building .NET Core applications that interact with MongoDB Atlas for create, read, update, and delete (CRUD) operations....
MongoDB thumbnail image
.NETC#

Feb 03, 2023 | 6 min read
Nic Raboy
News & Announcements

Introducing the MongoDB Analyzer for .NET


May 12, 2022 | 6 min read
Tutorial

Getting Started with MongoDB Atlas and Azure Functions using .NET and C#

MongoDB thumbnail image

Apr 02, 2024 | 8 min read
C# Articles
All C# Articles
Article

How to Set Up MongoDB Class Maps for C# for Optimal Query Performance and Storage Size

MongoDB thumbnail image

Dec 14, 2023 | 8 min read
Article

How to Use Realm Effectively in a Xamarin.Forms App

MongoDB thumbnail image

Oct 19, 2022 | 18 min read
Article

Advanced Data Modeling with Realm .NET

MongoDB Realm Logo

Oct 19, 2022 | 7 min read
All C# Articles
C# Tutorials
All C# Tutorials
Tutorial

Adding MongoDB Atlas Vector Search to a .NET Blazor C# Application

MongoDB thumbnail image

Feb 29, 2024 | 10 min read
Tutorial

MongoDB Atlas Search with .NET Blazor for Full-Text Search

MongoDB thumbnail image

Feb 01, 2024 | 6 min read
Tutorial

MongoDB Provider for EF Core Tutorial: Building an App with CRUD and Change Tracking

MongoDB thumbnail image

Jan 24, 2024 | 18 min read
C# Videos
All C# Videos
Video

Getting Started with Atlas Vector Search and .NET Blazor

MongoDB thumbnail image
Play Button

Apr 15, 2024 | 22 min
Video

MongoDB C# Driver and Azure App Services

MongoDB thumbnail image
Play Button

Mar 07, 2024 | 17 min
Video

Atlas Full Text Search in a C# Blazor Application

MongoDB thumbnail image
Play Button

Feb 28, 2024 | 13 min
All C# Content
search
  • Latest
  • Highest Rated
Video

Getting Started with the new MongoDB Provider for EF Core

Written tutorial → https://mdb.link/ghJUEhbnCFE-languages At .local London in October 2023, we announced the availability, in preview, of the new MongoDB Providers for EF Core. This has been a popular request in the community. In this video, we will take you through creating an ASP.NET MVC app with CRUD and change tracking using the new provider, all for free using MongoDB Atlas. 📚 RESOURCES 📚 GitHub Repo → https://trymongodb.com/48gKLJp Getting your connection string → https://mdb.link/ghJUEhbnCFE-connectionstring MongoDB Provider Announcement → https://mdb.link/ghJUEhbnCFE-entityframework ✅ Sign-up for a free cluster at → https://mdb.link/ghJUEhbnCFE-free ✅ Get help on our Community Forums → https://mdb.link/ghJUEhbnCFE-community 💬 Connect with Luce: Twitter: https://twitter.com/lucecarter1 ⏱️ Timestamps ⏱️ 00:00 - Intro 00:30 - Prerequisites 01:15 - Create the project 02:23 - Add the driver 03:21 - Add the models 06:25 - Setup EF Core 11:18 - Create the services 21:26 - Add the view models 24:47 - Create the controllers 32:39 - Create the views 43:14 - Test the application 47:00 - Outro Subscribe to our channel → https://mdb.link/subscribe #mongodb #dotnet #csharp #efcore...
MongoDB thumbnail image
Play Button

Dec 15, 2023
Article

How to Set Up MongoDB Class Maps for C# for Optimal Query Performance and Storage Size

...
MongoDB thumbnail image

Dec 14, 2023
Markus Wildgruber
Tutorial

Online/Offline Data-Capable Cross-Platform Apps with MongoDB Atlas, Atlas Device SDKs and .NET MAUI

A tutorial showing how to get started with Atlas Device SDKs, MongoDB Atlas and .NET MAUI...
MongoDB Realm Logo

Nov 14, 2023
Luce Carter
Video

Announcing MongoDB Provider for Entity Framework Core

Join us this week on MongoDB TV as host Nic Raboy is joined by EP experts James Kovacs from MongoDB, Damien Guard from Intracia, Arthur Vickers and Shay Rojanksy from Microsoft as they delve into the exciting journey of the Entity Provider's adoption within the C# developer community. This groundbreaking development promises to streamline the integration of MongoDB with existing technologies, significantly lowering the learning curve and broadening MongoDB's presence in the developer marketplace. Learn More → https://mdb.link/Entity-Framework-Provider-doc Official MongoDB Entity Framework Core Provider → https://mdb.link/EntityFrameworkCore...
MongoDB thumbnail image
Play Button

Nov 06, 2023
Video

IoT on MongoDB!! Hey.. that rhymes 😅 #IoT #tech

#IoT #hands-on project. We will write #firmware from scratch for #MCUs using #MicroPython and collect data with #CXX and use time series on #MongoDB Atlas...
MongoDB thumbnail image
Play Button

Oct 31, 2023
Video

Interact with MongoDB Atlas and AWS Lambda Functions

Learn more → https://mdb.link/atlas-in-aws-function-csharp Get started with C Sharp → https://mdb.link/start-c-sharp In this week’s AWS Cloud Connect, Hubert Nguyen, Sr. Developer Advocate at MongoDB, shares practical insights on building a C# AWS Lambda serverless function with MongoDB Atlas. He demonstrates efficient techniques for creating and sharing a MongoDB client and connecting multiple class instances. For those interested in serverless architecture and AWS Lambda, MongoDB Atlas offers flexibility and ease of use....
MongoDB thumbnail image
Play Button

Sep 04, 2023
Tutorial

How to Do Full-Text Search in a Mobile App with MongoDB Realm

Learn how to add Full-Text Search (FTS) to your mobile applications using C# with Realm and MongoDB....
MongoDB thumbnail image

Jul 14, 2023
Ferdinando Papale
Tutorial

Building a Crypto News Website in C# Using the Microsoft Azure App Service and MongoDB Atlas

This article by Dominic Frei will lead you through creating your first Microsoft Blazor server application and deploying it to Microsoft Azure....
MongoDB thumbnail image

Jun 13, 2023
Dominic Frei
Tutorial

Saving Data in Unity3D Using Realm

Persisting data is an important part of most games. Unity offers only a limited set of solutions, which means we have to look around for other options as well....
MongoDB thumbnail image

Jun 09, 2023
Dominic Frei
Code Example
SNIPPET

Saving Data in Unity3D Using SQLite

Persisting data is an important part of most games. Unity offers only a limited set of solutions, which means we have to look around for other options as well. In this tutorial series, we will explore the options given to us by Unity and third-party libraries....
MongoDB thumbnail image

Jun 09, 2023
Dominic Frei