Asp.Net MVC and Web Forms Work Flow:
- So Asp.Net MVC comprises of three sections Model , View and Controller.
- The code behind logic goes in to the controller.
- View is your ASPX i.e. pure HTML and your Model is your middle layer.
- You can see in the above diagram how those layers fit in
No comments:
Post a Comment