Week 49, year 2014
- Separation of Concerns in ORM - Last week we compared Entity Framework and NHibernate from a DDD perspective. Today, I’d like to dive deeper into what Separation of Concerns (SoC) is and why it is so important. We’ll look at some code examples and features that break the boundaries between the domain and persistence logic. Separation of concerns in ORM There are several concerns we deal with in software development. In most applications, there are at least three of them clearly defined: UI, business logic and database. [Enterprise Craftsmanship]
Permalink |
From 01 December 2014 to 07 December 2014 |
Last updated on: Mon, 7 Jun 2021 09:11:15 GMT