Five levels of performance tuning for an EF Core query
This is a companion article to the EF Core Community Standup called “Performance tuning an EF … Continue reading Five levels of performance tuning for an EF Core query
This is a companion article to the EF Core Community Standup called “Performance tuning an EF … Continue reading Five levels of performance tuning for an EF Core query
As the writer of the book “Entity Framework Core in Action” I get asked to build, … Continue reading A technique for building high-performance databases with EF Core
Back in 2017 I wrote about a system I built using EF Core 2.0 which used … Continue reading Building a robust CQRS database with EF Core and Cosmos DB
When you are writing Entity Framework Core (EF Core) queries (i.e. reading data from the database) … Continue reading Building high performance database queries using Entity Framework Core and AutoMapper
This is the second article in my series on Entity Framework Core (EF Core) performance tuning. … Continue reading EF Core – Combining SQL and NoSQL databases for better performance
This is the first in a series of articles on performance tuning EF Core. In this … Continue reading Entity Framework Core performance tuning – a worked example