| |
|
Which one is faster MVC or ASP.NET Question Posted on 22 Sep 2019 Home >> DotNet >> MVC >> Which one is faster MVC or ASP.NET |
Which one is faster MVC or ASP.NET
Before going to answer first i will provide some basic information on both of these then we will decide which will be faster.
MVC is actually an architectural pattern on the other hand ASP.NET is a framework to develop web applications. MVC uses mostly Html controls(Doesnt use server side controls like asp.net ) and Client Side Scripting(Jquery,javascript) for event handling and some other purpose.
But there are som many other factor that will make the difference given below
(1)Project size
(2)Architecture design
(3)Database
(4)Coding technique and standard
We can use MVC pattern in any language such as JAVA, C#, PHP etc. | |
|
|
|
|