-->

Friday, October 4, 2013

Difference between Webform application and MVC application.

Difference between Webform application and MVC application.

MVC Application
WebForm Application
In MVC URL’s are mapped to controller Action methods.

Example:

MVC Output mapped with code file



In Above snap you can see a url’s mapped to  controller function(Index,another) , it’s not related to physical files .



In a WebForm url’s are mapped to physical files

Example :




In Above snap you can see url mapped to Home.aspx files (physical file). Its not related to function.

Read other related articles

Also read other articles

© Copyright 2013 Computer Programming | All Right Reserved