significance in using MVC architechture in Dotnet?

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?
 
A

avnrao

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

hope you can visualize now..
Av.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top