51
Reply

Which Is Faster MVC or ASP.net ?

Vithal Wadje

Vithal Wadje

Nov 03, 2014
13.7k
6

    This is a vague question. MVC is actually an architectural pattern where as ASP.NET is a framework to develop web applications.

    Sahil Sharma
    November 04, 2014
    9

    Go for MVC, MVC makes faster and light weight applications..Because Maximum use of Html controls(Doesnt use server side controls like asp.net ) and Client Side Scripting(Jquery,javascript) for event handling and some other purpose.Thats the reason MVC applications are faster and light weight..

    Nitish Arya
    November 24, 2014
    7

    Yes agree. It will depend on the developer who is writing code :).

    Mahesh Chand
    November 09, 2014
    7

    This depends on many factors, We should consider our project size, architecture design , database and way to doing code. Both are faster. MVC is pattern. We can use MVC pattern in any language such as JAVA, C#, PHP etc. We can do rapid development in normal web form(quickly design form, apply form design, code). Maintenance wise, MVC pattern might help you.

    Keyur Patel
    November 14, 2014
    2

    ok All answer i Accepted but why we need MVC if performance are equal.

    Joginder Banger
    November 10, 2014
    2

    MVC makes faster because it is light weight and ASP .NET web forms uses page controller pattern approach for rendering layout. In this approach every page has its own controller i.e code behind file that processes the request. On the other hand ASP .NET MVC uses front controller approach in this approach a common controller for all pages ,processes the requests.

    Sandeep Jamkar
    January 05, 2018
    1

    Mvc Is faster than Asp.Net,Because of Asp.Net Have In-Built Server side controls,so it burden the server,where as in MVC No server side controls

    Rameshyadav Medaboina
    November 15, 2017
    1

    MVC Is faster than ASP .net MVC architecture is traingular

    Nilesh Patil
    September 20, 2017
    1

    It's not depend on user, obviously MVC is more faster than Web Forms, b'cause its light weight.If you know your stuff and are confident in your ability to work "close to the metal" (as it were) I would imagine that you could build a faster website using ASP.NET MVC since you would be able to optimize your site to have as little overhead as possible. However it is more than possible to build a very fast site using standard ASP.NET as well so it really depends on exactly on the requirements of your project.

    Prakash Kumar
    November 04, 2016
    1

    In terms of Page Life Cycle , MVC is fast.

    Chirag Solanki
    October 05, 2016
    1

    faster in terms of what?

    MVC

    Nikhil Vinoy
    November 25, 2015
    1

    Well, it depends upon the situation.

    Kiranteja Jallepalli
    December 16, 2014
    1

    mvc

    Amar Kamble
    November 14, 2014
    1

    MVC is much more faster as compared to Asp.net

    Momin Ansari
    January 11, 2018
    0

    Yes,MVC is much more faster than ASP.net because of so many reasons..

    Momin Ansari
    January 08, 2018
    0

    Web forms has extra overhead to manage session like view state, hidden filed, but it totally depend on your requirement, we could make very fast in asp.net as well, But I would prefer MVC

    Hamid Khan
    September 08, 2017
    0

    If the technology is not used in proper way both framework will be slow and worst.MVC is light weight and faster that ASP web forms, mvc is easy for maintenance and deploying.

    Godly Mathew
    July 22, 2016
    0

    Yes,MVC is faster than ASP.NET but it depends on the developer who is going to use.

    Jitendra Gaikwad
    July 14, 2016
    0

    MVC Faster

    Vinay K
    July 06, 2016
    0

    Using web form we can develop complex UI rapidly. people often complain for viewstate but viewstate was life saver in webform. due to viewstate people can develop complex UI and could handle full page post back without worrying about look & feel or selection persistence. if anyone want to develop complex UI with mvc then they must face one problem for persist data during full postback. in mvc people has to use javascript/ ajax etc to handle complex situation where webform can handle it without using any ajax like funda. if people develop same UI with webform and mvc with full postback then i guess webform developer will get benefit because everything would be wrapped up in viewstate on the other hand MVC developer has to write many extra code to handle the situation. what is other suggestion regarding this.

    tri_inn
    August 24, 2015
    0

    Asp.net MVC is faster.

    Asp.Net MVC is faster as compared asp.net web form

    Arjun Walmiki
    June 26, 2015
    0

    MVC

    Shailesh Uke
    May 27, 2015
    0

    mvc is faster as compared to asp.net because it reduce complexity.

    Deepanshi Srivastava
    December 16, 2014
    0

    MVC

    Sabir Hazratzai
    December 15, 2014
    0

    Refer this link: http://www.codeproject.com/Articles/528117/WebForms-vs-MVC

    Prakash Lakshmanan
    December 12, 2014
    0

    Hi Mr. Vithal Wadje Nice Question So Many of beginner's don't know about this so its nice, Here MVC is a Pattern available on ASP.NET ,PHP and in JAVA , of Course MVC is Faster than ASP.Net Due to HTML and JavaScript is Main Part here there to develop ( "MVC" ) but in ASP.Net We Need Code file to Perform Operation for e.g : Insert,Update and Delete also. and the Main Difference is for Small Kind of Application ASP.Net is Better For a Big Kind of Application MVC is Better

    Rajagopalan R V
    December 10, 2014
    0

    mvc

    mampa mahlatsi
    December 09, 2014
    0

    MVC

    pankaj mishra
    December 08, 2014
    0

    mvc

    Wu Buer
    December 04, 2014
    0

    MVC is faster than the asp.net

    Munesh Sharma
    December 04, 2014
    0

    MVC

    Naresh
    December 02, 2014
    0

    In some cases MVC are faster than traditional ASP .net. If we are not using 3-tier architecture in asp.net, we are writing each and every process and method call in code-behind. In that case asp.net application will go slow. If you want to make an asp .net application faster then use different aspx page for every function like edit, update and delete same as different view in MVC application and follow a 3-tier archetecture. So page will not get too much heavy and its performance will be faster as like MVC application

    Kumar Aryan
    December 01, 2014
    0

    MVC is faster than the asp.net

    shyam kumar
    November 25, 2014
    0

    Go for MVC, MVC makes faster and light weight applications..Because Maximum use of Html controls(Doesnt use server side controls like asp.net ) and Client Side Scripting(Jquery,javascript) for event handling and some other purpose.Thats the reason MVC applications are faster and light weight..

    Nitish Arya
    November 24, 2014
    0

    Go for MVC, MVC makes faster and light weight applications..Because Maximum use of Html controls(Doesnt use server side controls like asp.net ) and Client Side Scripting(Jquery,javascript) for event handling and some other purpose.Thats the reason MVC applications are faster and light weight..

    Nitish Arya
    November 24, 2014
    0

    Go for MVC, MVC makes faster and light weight applications..Because Maximum use of Html controls(Doesnt use server side controls like asp.net ) and Client Side Scripting(Jquery,javascript) for event handling and some other purpose.Thats the reason MVC applications are faster and light weight..

    Nitish Arya
    November 24, 2014
    0

    i thin both having same performance. Both MVC and ASP.Net having same speed.

    Manish Kumar Choudhary
    November 20, 2014
    0

    MVC

    Yadagiri Reddy
    November 19, 2014
    0

    MVC is more faster than asp.net. Because lack of viewstate and clean markup. But performance is subject and MVC by design is more performant that traditional ASP.NET webforms (though webforms can be made as fast as required. Rich UI support . etc.

    Ashu Bahl
    November 18, 2014
    0

    MVC

    Yogesh Bajpai
    November 16, 2014
    0

    In real world MVC design pattern is faster than ASP.NET WebForms applications. Separating layers, Using Client side validations, Ajax requests plus using of unobtrusive JavaScript. All of that make out application with MVC more Faster,scalable and maintainable. That make MVC is Faster. But Also we can all achieve that With asp.net but that will take more time.

    Mahmoud Mohamed
    November 15, 2014
    0

    f

    Amar Kamble
    November 14, 2014
    0

    f

    Amar Kamble
    November 14, 2014
    0

    mvc

    Amar Kamble
    November 14, 2014
    0

    MVC

    Amar Kamble
    November 14, 2014
    0

    MVC since no view state.

    sridhar thota
    November 13, 2014
    0

    MVC

    ratnesh kumar
    November 13, 2014
    0

    http://forums.asp.net/t/1762418.aspx?Which+is+fast+MVC+or+asp+net+Webform+

    Munesh Sharma
    November 06, 2014
    0

    That depend on developer. Both will give good performance,

    Chandradev
    November 05, 2014
    0