New Features in EF Core 7 - Bulk Operations with ExecuteDelete and ExecuteUpdate
Entity Framework 7 includes some highly requested popular features, one of which is bulk operations.
Entity Framework 7 includes some highly requested popular features, one of which is bulk operations.
In this article, you will see improvements to EF Core regarding SQLite, In-memory provider, and EF.Functions.Contains method.
In this article, I will highlight the enhancements to LINQ query capabilities in EF Core 6.
Following the previous article, this one brings you another ten new features in EF Core 6, including improvements to value converters, scaffolding, and DbContext.
In this article, you will see ten new features in EF Core 6, including new property annotations, support for temporal tables, sparse columns, and other new features.
The terms 'memory leak' and '.NET application' are not often used together.
Whether in EF 6.x or EF Core, the API for raw queries is relatively weak.
This is the second article in a series on using EF Core for database migrations.
Yesterday, the friends in the '.NET Big Cow Road' group discussed the topic of implementing the repository pattern using EF Core. I remembered an article written by a foreign expert that I had read before, and I think it's very valuable for reference.
When using EF Core, many times you need to know what SQL statements EF Core actually executes.