TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Advantage and Disadvantage of ASP.NET MVC
Vignesh Mani
Jun 19, 2015
159.6
k
0
8
facebook
twitter
linkedIn
Reddit
WhatsApp
Email
Bookmark
This blog describe the Advantage and Disadvantage of ASP.NET MVC.
Advantages
A main advantage of MVC is separation of concern. Separation of concern means we divide the application Model, Control and View.
We can easily maintain our application because of separation of concern.
In the same time we can split many developers work at a time. It will not affects one developer work to another developer work.
It supports TTD (test-driven development). We can create an application with unit test. We can write won test case.
Latest version of MVC Support default responsive web site and mobile templates.
We can create own view engine. It is syntax is very easy compare to traditional view engine.
Disadvantage
Cannot see design page preview like .aspx page. Every time want to run then see the design.
Understanding flow of application is very hard one. It is little bit of complex to implement and not suitable for small level applications.
It's deployment is little bit hard one.
ASP.NET
MVC
Next Recommended Reading
Advantages and Disadvantages of using ASP.NET MVC Framework