How to use EF Core 5 with DDD style projects - part 2
Willem Meints - 15-02-2021
This is episode 2 of 3 in our mini-series on using Entity Framework (EF) Core 5 in DDD style projects with Willem Meints. Often, you may find that the concepts that you want to apply in a DDD style project don't play nice with EF. Things like aggregates containing multiple entities and immutability can be a challenge. Willem will dive into some features that are added to EF Core 5 to overcome these challenges.