MongoDB EF Core Provider Now Supports EF Core 9.0
March 11, 2025
What it is:
The MongoDB Entity Framework (EF) Core Provider now supports EF Core 9.0, the latest version of Microsoft’s open-source object-relational mapper (ORM) for .NET. This update allows developers to interact with MongoDB using familiar .NET objects and programming patterns, simplifying database integration and development.
Who is it for:
The MongoDB EF Core Provider is for .NET developers who want to use MongoDB with the same ORM techniques they already know, including class-to-collection mapping, relationship handling, and LINQ queries. This makes it easier to integrate MongoDB into existing .NET projects and maintain consistent coding workflows.
Why it matters:
The MongoDB EF Core Provider bridges document-oriented and relational development models, enabling teams to work within a unified, familiar framework. Developers can now efficiently manage and query MongoDB data using EF Core 9.0 features, reducing context switching, streamlining workflows, and improving productivity.
How to get started:
Review the documentation below to learn how to use the MongoDB EF Core Provider with EF Core 9.0.
Related Content
MongoDB Entity Framework Core Provider
MongoDB EF Core Provider Now Supports EF 9!