Domain-Driven Design and Entity Framework Core – two years on
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
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
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
In the first article I described an event-driven architecture that work with Entity Framework Core (EF … Continue reading EfCore.GenericEventRunner: an event-driven library that works with EF Core
The term “event-driven architecture” covers a wide range of distributed systems like MicroServices, Serverless etc. And … Continue reading A robust event-driven architecture for using with Entity Framework Core
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
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
I’m a big fan of Domain-Driven Design (DDD) and build all my Entity Framework Core (EF … Continue reading Pragmatic Domain-Driven Design: supporting JSON Patch in Entity Framework Core
This article is about a NuGet library designed to make building Create, Read, Update and Delete … Continue reading GenericServices: A library to provide CRUD front-end services from a EF Core database
This article is about how to apply a Domain-Driven Design (DDD) approach to the classes that … Continue reading Creating Domain-Driven Design entity classes with Entity Framework Core