EF Core In depth – Tips and techniques for configuring EF Core
This article is being more efficient at configuring your EF Core DbContext that runs fast and … Continue reading EF Core In depth – Tips and techniques for configuring EF Core
This article is being more efficient at configuring your EF Core DbContext that runs fast and … Continue reading EF Core In depth – Tips and techniques for configuring EF Core
This article is about a way to seemingly delete data, but in fact EF Core hides … Continue reading EF Core In depth – Soft deleting data with Global Query Filters
This article is the second “under the hood” view of what happens when you use EF … Continue reading EF Core In depth – what happens when EF Core writes to the database?
This article gives an “under the hood” view of what happens when EF Core reads in … Continue reading EF Core In depth – what happens when EF Core reads from the database?
This article is about my experiences of applying a Domain-Driven Design (DDD) approach when working with … Continue reading Domain-Driven Design and Entity Framework Core – two years on
I love giving talks, because it makes think about what I am talking about! The talk … Continue reading Improving Domain-Driven Design updates in EfCore.GenericServices