Software Design Idea for multi tier architecture
- by Preyash
I am currently investigating multi tier architecture design for a web based application in MVC3. I already have an architecture but not sure if its the best I can do in terms of extendability and performance.
The current architecure has following components
DataTier (Contains EF POCO objects)
DomainModel (Contains Domain related objects)
Global…