Skip to content

mongodb

MongoDB and Entity Framework Core – A Practical Guide

Entity Framework Core (EF Core) is a popular ORM for .NET that allows developers to interact with databases using C# objects instead of writing raw queries. Thanks to the MongoDB EF Core Provider, you can now use these familiar patterns with a NoSQL database like MongoDB.

This article explains how to connect MongoDB with EF Core, covers the key concepts, and provides a practical example you can adapt for your own projects.

Read More »MongoDB and Entity Framework Core – A Practical Guide