Subscribe to my newsletter and never miss my upcoming articles
1. Target-typed New Expression Previously in C#, a new expression has always required type to be specified (except for implicitly typed array...
1. FromSqlRaw Method Support In EF Core 6.0, Cosmos DB provider supports the FromSqlRaw method. It works in the same way as relational...
In this article, you can find improvements for SQLite, In-memory providers, and EF.Functions.Contains method. Β· It's a continuation of blog series about...
Next ten new features in EF Core 6. In this article, you can find improvements for value converters, scaffolding, and DbContext. Β· It's a continuation of...
Ten new features in EF Core 6. In this article, you can find new attributes, support of temporal tables, sparse columns, and other new features. Β· 1....
In this post, I focus on LINQ query enhancements in Entity Framework Core 6. Better Support for GroupBy Queries EF Core 6.0 has better support for...