Modular enterprise architecture using MVC and Orchard CMS
Posted
by
MrJD
on Stack Overflow
See other posts from Stack Overflow
or by MrJD
Published on 2012-10-17T04:04:03Z
Indexed on
2012/10/17
17:01 UTC
Read the original article
Hit count: 269
I'm making a large scale MVC application using Orchard. And I'm going to be separating my logic into modules. I'm also trying to heavily decouple the application for maximum extensibility and testability.
I have a rudimentary understanding of IoC, Repository Pattern, Unit of Work pattern and Service Layer pattern.
I've made myself a diagram. I'm wondering if it is correct and if there is anything I have missed regarding an extensible application.
Note that each module is a separate project.
© Stack Overflow or respective owner