crackyourinterview.com


To improves our performance please Like Share Subscribe(Will boost us)

One major difference between MVC and traditional ASP.NET web application
Question Posted on 19 Mar 2019Home >> DotNet >> MVC >> One major difference between MVC and traditional ASP.NET web application

One major difference between MVC and traditional ASP.NET web application
In our traditional ASP.NET web forms application and in ASP application there is link between the url and page means if user request page crackyourinterview.aspx from the server the user get same page from the disk where it is situated and one to one correspondence between a URL and a page.. If the SomePage.aspx file does not exist, you get an ugly 404 - Page Not Found error.
But the condition is changed in MVC ASP.NET application there is no correspondence relation between the URL that you type into our browsers address bar and the files that we find in our application. URL is corresponds to a controller action instead of page on disk.
When we call page in traditional ASP.NET or ASP application the request are mapped to pages.ASP.NET MVC application, in contrast, browser requests are mapped to controller actions.
One more thing is that ASP.NET Web Forms application is content-centric and MVC Application is application logic centric.
0
0



.


Most Visited Questions:-

Deep Learning Questions Answers
Below are the different Deep Leaning Questions and answer a More...

Continuous Integration Questions Answers
Below are the 20 odd questions for CI or Continuous Integra More...

Derived relationships in Association Rule Mining are represented in the form of __________.
Derived relationships in Association Rule Mining are repres More...

What is Gulpjs and some multiple choice questions on Gulp
Gulpjs is an open source whihc helps in building Javascript More...

Microservices Architecture Questions Answers
Below are the different questions on Microservices Architec More...




Other Important Questions

How to create Razor enable application in MVC3

Can you write down some syntax for Razor in MVC3

Basic diagram of MVC

Different MVC version with there features

Could not load type System.Web.Mvc.ViewPage in asp.net MVC2






@2014-2022 Crackyourinterview (All rights reserved)
Privacy Policy - Disclaimer - Sitemap