significance in using MVC architechture in Dotnet?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

What is the significance in using MVC architechture in Dotnet?

I think the framework itself is based on MVC
The view being the Asp.Net
The Controller being the code-behind file ....

Is that so?
 
Model : code behind
View : your front-end ASPX file
Controller : ASP.Net Runtime

hope you can visualize now..
Av.
 
Back
Top