data access
MongoDB for C# and .NET Articles, Tutorials & News
MongoDB for C# and .NET articles, tutorials, and news from the DotNetNews archive.
21 articles Updated
MongoDB for C# and .NET work shows up across many DotNetNews issues because teams keep hitting the same implementation questions. MongoDB for C# and .NET is part of the data-access layer most .NET apps rely on, whether the store is relational or document-oriented.
Recurring subtopics in recent issues include MongoDB C#, MongoDB .NET, MongoDB driver C#, and NoSQL C#. When a subtopic never appears in the archive titles or excerpts, it is left out of this introduction.
Expect publisher tutorials, release notes, architecture write-ups, and field notes linked from DotNetNews issues. Start here is a short editorial shortlist for MongoDB for C# and .NET; the archive list is chronological and larger. Secondary angles such as MongoDB C# and MongoDB .NET appear when the archive actually covered them. Cross-links to Azure Cosmos DB for .NET and Entity Framework Core help when the problem spans more than one tag.
Each card points at the original publisher URL and the DotNetNews issue that carried it, so you can read the article in context or jump straight to the source.
Start here
Editor picks for MongoDB
-
Asynchronous Data Annotations Validation in .NET 11 with MongoDB
medium.com Issue #503
Interesting preview-focused piece, especially if async validation and MongoDB-backed rules are part of your pipeline.
-
ASP.NET Core + MongoDB: Building Modern APIs
alifiyakapasi07.medium.com Issue #482
A solid pairing of ASP.NET Core and MongoDB for developers building straightforward modern APIs outside the SQL Server default path.
-
Introducing the Azure DocumentDB Blog
devblogs.microsoft.com Issue #467
DocumentDB gets its own home, with a clear pitch toward MongoDB users and migration scenarios on Azure.
-
Security Best Practices in MERN Stack (2025 Guide)
c-sharpcorner.com Issue #254
This security checklist translates well beyond MERN; JWT, headers, and input validation are evergreen concerns.
-
Logging in ASP.NET Core Web API Using MongoDB
c-sharpcorner.com Issue #215
Logging to MongoDB is unusual enough to be interesting, especially for teams already on the stack.
-
MongoDB EF Core Provider Now Supports EF 9!
medium.com Issue #155
MongoDB’s EF Core 9 support is the kind of compatibility update that saves real project time.
-
Azure DocumentDB: A Fully Managed MongoDB-Compatible Database
devblogs.microsoft.com Issue #402
Managed MongoDB compatibility in Azure is a practical option if you want less ops without rewriting your data layer.
-
How to Set Up Production-Ready Monitoring With ASP.NET Core Health Checks
antondevtips.com Issue #401
Health checks for Postgres, Redis, MongoDB, and RabbitMQ make this a solid production ops read.
Archive
Newest first
-
Asynchronous Data Annotations Validation in .NET 11 with MongoDB
medium.com Issue #503
With the .NET 11 release just around the corner, I wanted to explore its new features and capabilities by reading the preview release…
-
ASP.NET Core + MongoDB: Building Modern APIs
alifiyakapasi07.medium.com Issue #482
When building modern applications, choosing the right database is an important decision. While relational databases like SQL Server remain…
-
Introducing the Azure DocumentDB Blog
devblogs.microsoft.com Issue #467
A dedicated home for MongoDB developers, MongoDB migrations, and modern document database development using Open Source on Azure
-
Azure DocumentDB: A Fully Managed MongoDB-Compatible Database
devblogs.microsoft.com Issue #402
Running MongoDB at scale eventually forces a trade-off: invest heavily in managing your own infrastructure or move to a managed service and risk losing the compatibility and portability your team depe...
-
How to Set Up Production-Ready Monitoring With ASP.NET Core Health Checks
antondevtips.com Issue #401
Learn how to build a production-ready monitoring system using ASP.NET Core Health Checks. This guide covers adding health checks for Postgres, Redis, MongoDB, and MassTransit (RabbitMQ), creating cust
-
⚡ Extremely FAST Paging With Cursor Pagination & Index Seek
medium.com Issue #342
SQL Server • PostgreSQL • MySQL • MongoDB Compared — with Full .NET 9 Code (Part 1)
-
Boost Your .NET App Performance with MongoDB Query Optimization
itnext.io Issue #278
Learn practical techniques to speed up MongoDB queries, reduce latency, and scale your .NET applications effortlessly. Continue reading on ITNEXT »
-
Security Best Practices in MERN Stack (2025 Guide)
c-sharpcorner.com Issue #254
Learn essential MERN stack security practices for 2025, including input validation, HTTPS, JWT auth, CSRF protection, secure headers, MongoDB access, and more to build safe, resilient full-stack appli...
-
MongoDB Filter Query Cheat Sheet
c-sharpcorner.com Issue #214
https://www.c-sharpcorner.com/article/mongodb-filter-query-cheat-sheet/
-
Logging in ASP.NET Core Web API Using MongoDB
c-sharpcorner.com Issue #215
https://www.c-sharpcorner.com/article/logging-in-asp-net-core-web-api-using-mongodb/
-
MongoDB Filter Query Cheat Sheet
c-sharpcorner.com Issue #216
https://www.c-sharpcorner.com/article/mongodb-filter-query-cheat-sheet/
-
Creating an ASP.NET Core Web API with MongoDB and EF Core
malshikay.medium.com Issue #213
https://malshikay.medium.com/creating-an-asp-net-core-web-api-with-mongodb-and-ef-core-84469ca28d39
-
A .NET Dev’s Guide to MongoDB: Step-by-Step Setup, CRUD APIs & Interview Prep
piyushdoorwar.medium.com Issue #167
https://piyushdoorwar.medium.com/a-net-devs-guide-to-mongodb-step-by-step-setup-crud-apis-interview-prep-bca931ac39d5
-
Comparing Search Strategies in MongoDB for .NET Developers
medium.com Issue #157
https://medium.com/@kohzadi90/comparing-search-strategies-in-mongodb-for-net-developers-00b737e54ff4
-
MongoDB EF Core Provider Now Supports EF 9!
medium.com Issue #155
https://medium.com/@MongoDB/mongodb-ef-core-provider-now-supports-ef-9-62db9b89ce0d
-
Tracing, caching, and C# essentials
DotNetNews Issue #153
A varied .NET roundup with ASP.NET Core tracing, OutputCache, EF Core tuning, LINQ, event sourcing, security, and tooling.
-
MongoDB as .NET Configuration Provider
medium.com Issue #146
https://medium.com/@vosarat1995/mongodb-as-net-configuration-provider-a7dabd5bb847
-
.NET and MongoDB Project Integration with React Frontend & simple MongoDB tuning methods
medium.com Issue #145
https://medium.com/@joshi.vignesh/net-and-mongodb-project-integration-with-react-frontend-simple-mongodb-tuning-methods-0e95a7eca2c5
-
Understanding MapStaticAssets in ASP.NET Core 9.0
csharp.com Issue #136
https://www.csharp.com/blogs/understanding-mapstaticassets-in-asp-net-core-90
-
.NET 9, observability, and data patterns
DotNetNews Issue #126
Issue #126 covers .NET 9 updates, OpenTelemetry setup, async ASP.NET Core, logging performance, EF pitfalls, MongoDB change streams, and more.
-
ASP.NET Core performance, generators, and tooling
DotNetNews Issue #55
Issue #55 covers Minimal API vs controllers, MediatR, rate limiting, large payload handling, Visual Studio snippets, and source generators.