Untangle your Domain Model from the Database
Segregating your Domain model from the concerns of the database, by using the repository pattern built on top of your favourite Object-Relational Mapper http://insights.workshop14.io/2015/08/09/untangle-your-domain-model-from-the-database.html
Post a comment