Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

1
  • 1
    Thanks. The Clean Architecture is actually the closest to what we are doing. The DTOs are in that 'middle layer' as they are simply anemic vessels which carry data up to the Presentation layer. None of my entities will rise above the business layer, as they are not View-centric in nature. But I can see the wisdom in separating them from the data access code. For an app this size, it would be a 'logical separation', as having them in a whole new physical layer would be overkill. Again, thanks a lot for your feedback. Commented Jan 15, 2020 at 21:59