HomeNikola Knezevic

Previous blogs

Anemic vs Rich Models in ASP.NET Core
Anemic vs Rich Models in ASP.NET Core

Domain models can be passive data containers or active business objects, a practical approach is starting with anemic models and evolving them into rich ones as the domain grows in complexity.