How can you minimize the impact of the persistence layer on your domain models?
This is a blog response to the question ‘How can you minimize the impact of the persistence layer on your domain models?’ posted on reddit /r/dotnet, showing how I would have implemented the solution in the purest form of OOP that is possible. (Note: The implementation of the factory and persistence classes is simplified for …
Continue reading “How can you minimize the impact of the persistence layer on your domain models?”