- Mastering ASP.NET Web API
- Mithun Pattankar Malendra Hurbuns
- 116字
- 2021-07-02 20:52:28
A quick recap of the MVC framework
A Model-View-Controller (MVC) is a powerful and elegant way of separating concerns within an application, and applies itself extremely well to web applications.
With ASP.NET MVC, MVC stands for the following:
- Models (M): These are classes that represent the domain model. Most of them represent the data stored in a database, for example, Employee, Customer, and so on.
- View (V): This is a dynamically generated HTML page as template.
- Controller (C): This is a class that manages the interaction between the View and the Model. Any operation on a View should have a corresponding handling in the Controller like user inputs, render appropriate UI, Authentication, Logging, and so on.
推薦閱讀
- iOS面試一戰到底
- Apache ZooKeeper Essentials
- GeoServer Cookbook
- 程序設計與實踐(VB.NET)
- C++面向對象程序設計(微課版)
- HTML5 移動Web開發從入門到精通(微課精編版)
- JMeter 性能測試實戰(第2版)
- Unity 5 for Android Essentials
- Clojure Reactive Programming
- 蘋果的產品設計之道:創建優秀產品、服務和用戶體驗的七個原則
- 零基礎學Kotlin之Android項目開發實戰
- Visual C#.NET Web應用程序設計
- Python項目實戰從入門到精通
- Visual Basic 6.0程序設計實驗教程
- Buildbox 2.x Game Development