This is my favorite model pattern for designing an application architecture, probably that will be no surprise to you. In my view Entity represents the data model. It doesn’t matter if you are talking about business entities or database tables. Both are representations of the data model. There is some debate on the nature of [...]