20 February 2013

ASP.NET WebForm vs. ASP.NET MVC

One day, a client of mine asked me, "Are you gonna use MVC or Web Form?" Then, I asked her: "Is MVC your requirement or just your preference?".

Most customers nowadays are curious about MVC. They even think that MVC is better than the classic Web Form!

I think that's a BIG No! No!

Before we consider developing or re-designing our web application, we have to understand that moving from web forms to MVC has the potential to reduce our work dramatically, especially if the developer is not familiar in developing applications using MVC. Since web forms (ASP.NET's Core Model) was created for productivity (rapid application design with a range of rich web controls), it's probably a better framework if your task is to develop business applications in a limited time.

So, it depends.

No comments:

Post a Comment