If i have to develop a small CRM application, why would i choose ASP.NET MVC application over a conventional ASP.NET application ?
Thanks,
Chak.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This post, “ASP.net MVC Vs ASP.net Web Form”, summarizes some of the advantages of either model:
The choice really depends on your level of experience. ASP.NET MVC has a somewhat steep learning curve, but the extra effort should be worth it in the end. But for small internal applications, Web forms could probably get you there faster and easier.
Another article, “ASP.NET MVC Pro’s and Con’s”.