Announcing Entity Framework Core 7 (EF7) Preview 3
Today, the .NET data team announces the third preview release of EF Core 7.0 (EF7). In addition to bug fixes and foundation work for larger features, we are pleased to announce the initial preview of...
View ArticleAnnouncing Entity Framework 7 Preview 5
Entity Framework 7 (EF7) Preview 5 has shipped with support for Table-per-Concrete type (TPC) mapping. This blog post will focus on TPC. There are several other enhancements included in Preview 5, such...
View ArticleEF Core 8 Preview 1: Raw, lazy, and on-time
The first preview of Entity Framework Core (EF Core) 8 is available on NuGet today! Basic information EF Core 8, or just EF8, is the successor to EF Core 7, and is scheduled for release in November...
View ArticleEF Core 8 Preview 2: Lite and familiar
The second preview of Entity Framework Core (EF Core) 8 is available on NuGet today! Basic information EF Core 8, or just EF8, is the successor to EF Core 7, and is scheduled for release in November...
View ArticleEF Core 8 Preview 4: Primitive collections and improved Contains
The fourth preview of Entity Framework Core (EF Core) 8 is available on NuGet today! Basic information EF Core 8, or just EF8, is the successor to EF Core 7, and is scheduled for release in November...
View ArticleEF Core 8 RC1: Complex types as value objects
The first release candidate of Entity Framework Core (EF Core) 8 is available on NuGet today! Basic information EF Core 8, or just EF8, is the successor to EF Core 7, and is scheduled for release in...
View ArticleEF Core 8 Release Candidate 2: Smaller features in EF8
The second release candidate of Entity Framework Core (EF Core) 8 is available on NuGet today! Basic information EF Core 8, or just EF8, is the successor to EF Core 7, and is scheduled for release in...
View ArticleTrying out MongoDB with EF Core using Testcontainers
Helping developers use both relational and non-relational databases effectively was one of the original tenets of EF Core. To this end, there has been an EF Core database provider for Azure Cosmos DB...
View ArticleEntity Framework Core 8 (EF8) is available today
Entity Framework Core (EF Core) 8 is available on NuGet today! Basic information EF Core 8, or just EF8, is the successor to EF Core 7. EF8 requires .NET 8. It will not work with .NET 6 or 7, or with...
View ArticleA beginner’s guide to mapping arrays in EF Core 8
Entity Framework Core blog posts can get difficult fast! In this post, we’re going to try to keep it basic, while still imparting more than just trivial information. EF Core 8 has been out for six...
View Article