What is asp.net MVC

MVC separates the application into three files- Model, View, Controller. almost all technologies using MVC.
1)  MVC stands for Model , View and Controller
2)  It is a architectural Pattern.
3)  Microsoft developed the Asp.net MVC Web Application Framework.
4)  It is open source Software
5) The Responsibility of Model to maintain the  business logic and application data
6) Controller  Handles the user's input request and renders the appropriate View with Model Data
7) View is a user interface of application, it is used to displays the out put data for clients.



                                               Asp.Net MVC  - Get Started


  1. Asp.net MVC Tutorials- Get Started 
  2. Architecture
  3. First Application
  4. Folder Structure
  5. Controller
  6. Views
  7. Model
  8. Bundling
  9. View Bag
  10. Temp Data
  11. View Data
  12. Action Methods
  13. Action Selectors
  14. HTML Helpers
  15. Partial Views
  16. Layout View
  17. Filters
  18. Action Filters
  19. Custom Exception Filters
  20. Validations
  21. Area
  22. What is Entity Framework and types  
  23. Creating Project in Database First Approach
  24. Creating Project in Code first approach
  25. Creating Project in Model Base First approach

Previous Post Next Post