While Developing a web Site / Web Application, what patterns should be followed...
1. 3 - Tier Architecture
2. ORM Pattern
3. MVC Architecture.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Kunal VaishyaPosted Jun 6, 2012, 7:11 AM
3 Tier - Architecture is Easy to implement after developer application for further changes
Anil KumarPosted Jun 5, 2012, 1:12 PM
MVC is more re-usable and clean which allow multiple programmers to work and test. But compare to 3-tier, it requires more resources. Though there are much options for automate the rules but still used with large team.