PreviousNext

3 Ways To Avoid An Anemic Domain Model In Entity Framework

by bill-s, 2017-10-14T11:26:13.000Z

Anemic (anaemic) domain models are extremely common when using ORM's such as Entity Framework. This post looks at the problems of having an anemic domain model and then goes on to look at a few simple techniques to allow you to create richer models when using Entity Framework Code First and EF Core.

Read More