C# Corner
Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
.NET
ADO.NET
Android
ASP.NET
C#
Databases & DBA
Design Patterns & Practices
iOS
Java
OOP/OOD
SharePoint
Software Testing
Web Development
WPF
View All
51
Reply
Which Is Faster MVC or ASP.net ?
Vithal Wadje
11y
13.8k
6
Reply
Delete Row
Delete Column
Insert Link
×
Insert
Cancel
Embed YouTube Video
×
Width (%)
Height (%)
Insert
Cancel
Table Options
×
Rows
Columns
First row as header
Create Table
Insert Image
×
Selected file:
Alignment
Left
Center
Right
Select an image from your device to upload
Upload to Server
Cancel
Submit
This is a vague question. MVC is actually an architectural pattern where as ASP.NET is a framework to develop web applications.
Sahil Sharma
11y
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
11y
7
Yes agree. It will depend on the developer who is writing code :).
Mahesh Chand
11y
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
11y
2
ok All answer i Accepted but why we need MVC if performance are equal.
Joginder Banger
11y
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
7y
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
8y
1
MVC Is faster than ASP .net MVC architecture is traingular
Nilesh Patil
8y
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
9y
1
In terms of Page Life Cycle , MVC is fast.
Chirag Solanki
9y
1
faster in terms of what?
Vincent Maverick Durano
9y
1
MVC
Nikhil Vinoy
10y
1
Well, it depends upon the situation.
Kiranteja Jallepalli
11y
1
mvc
Amar Kamble
11y
1
MVC is much more faster as compared to Asp.net
Momin Ansari
7y
0
Yes,MVC is much more faster than ASP.net because of so many reasons..
Momin Ansari
7y
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
8y
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
9y
0
Yes,MVC is faster than ASP.NET but it depends on the developer who is going to use.
Jitendra Gaikwad
9y
0
MVC Faster
Vinay K
9y
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
10y
0
Asp.net MVC is faster.
Umamaheswara Rao Dasari
10y
0
Asp.Net MVC is faster as compared asp.net web form
Arjun Walmiki
10y
0
MVC
Shailesh Uke
10y
0
mvc is faster as compared to asp.net because it reduce complexity.
Deepanshi Srivastava
11y
0
MVC
Sabir Hazratzai
11y
0
Refer this link: http://www.codeproject.com/Articles/528117/WebForms-vs-MVC
Prakash Lakshmanan
11y
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
11y
0
mvc
mampa mahlatsi
11y
0
MVC
pankaj mishra
11y
0
mvc
Wu Buer
11y
0
MVC is faster than the asp.net
Munesh Sharma
11y
0
MVC
Naresh
11y
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
11y
0
MVC is faster than the asp.net
shyam kumar
11y
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
11y
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
11y
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
11y
0
i thin both having same performance. Both MVC and ASP.Net having same speed.
Manish Kumar Choudhary
11y
0
MVC
Yadagiri Reddy
11y
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
11y
0
MVC
Yogesh Bajpai
11y
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
11y
0
f
Amar Kamble
11y
0
f
Amar Kamble
11y
0
mvc
Amar Kamble
11y
0
MVC
Amar Kamble
11y
0
MVC since no view state.
sridhar thota
11y
0
MVC
ratnesh kumar
11y
0
http://forums.asp.net/t/1762418.aspx?Which+is+fast+MVC+or+asp+net+Webform+
Munesh Sharma
11y
0
That depend on developer. Both will give good performance,
Chandradev
11y
0
On Which Port Does Sql Server Runs
What Is recursive Cursor in Sql server ?
Message