MongoDB for C# and .NET Articles, Tutorials & News
MongoDB for C# and .NET articles, tutorials, and news from the DotNetNews archive.
21 articles Updated
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.
MongoDB C# from the DotNetNews archive, curated for .NET developers who already ship production code. This is a reading list pulled from daily issues, not a substitute for the official docs on MongoDB for C# and .NET.
Use Start here for the editorial shortlist, then browse Latest or the full archive when you need more depth. Coverage leans toward MongoDB C#, MongoDB .NET, MongoDB driver C#. Recent pieces worth opening: “Asynchronous Data Annotations Validation in .NET 11 with MongoDB” and “ASP.NET Core + MongoDB: Building Modern APIs”.
Every item links out to the original publisher and back to the DotNetNews issue where it ran.
Latest
Newest MongoDB from the archive
-
ASP.NET Core + MongoDB: Building Modern APIsalifiyakapasi07.medium.com Issue #482
-
Introducing the Azure DocumentDB Blogdevblogs.microsoft.com Issue #467
-
Azure DocumentDB: A Fully Managed MongoDB-Compatible Databasedevblogs.microsoft.com Issue #402
-
Security Best Practices in MERN Stack (2025 Guide)c-sharpcorner.com Issue #254
-
MongoDB Filter Query Cheat Sheetc-sharpcorner.com Issue #214
-
Logging in ASP.NET Core Web API Using MongoDBc-sharpcorner.com Issue #215
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.