Getting better data for unit testing your EF Core applications
I was building an application using Entity Framework Core (EF Core) for a client and I … Continue reading Getting better data for unit testing your EF Core applications
I was building an application using Entity Framework Core (EF Core) for a client and I … Continue reading Getting better data for unit testing your EF Core applications
I read Jimmy Bogard’s article called “AutoMapper’s Design Philosophy”, which he wrote to help people understand … Continue reading GenericServices Design Philosophy + tips and techniques
This isn’t one of my long articles, but just a bit of fun I had trying … Continue reading Decoding Entity Framework Core logs into runnable SQL
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
This is the second in the series on migrating a database using Entity Framework Core (EF … Continue reading Handling Entity Framework Core database migrations in production – Part 2
Andrew Lock wrote an excellent series called “Running async tasks on app startup in ASP.NET Core” … Continue reading Handling Entity Framework Core database migrations in production – Part 1
There is a concept in Domain-Drive Design (DDD) called the anti-corruption layer which, according to Microsoft … Continue reading Wrapping your business logic with anti-corruption layers – NET Core
In the first part of this series I looked at authorization in ASP.NET Core, but I … Continue reading Part 2: Handling data authorization in ASP.NET Core and Entity Framework Core
I was asked by one of my clients to help build a fairly large web application, … Continue reading Part 1: A better way to handle authorization in ASP.NET Core
On my article “Creating Domain-Driven Design entity classes with Entity Framework Core” @ardalis commented that “your … Continue reading Three approaches to Domain-Driven Design with Entity Framework Core