Models and Model Binding
Learning Objectives
After completing everything in this chapter, you should be able to do the following:
- Understand the role of models in MVC applications
- Use model binding to efficiently create objects during form processing
Key Terminology
On each page of the reading, make note of the following key terms and their definitions.
Models in MVC
- model
- business logic
Creating a Model Class
- POCO
Models and Data
uid
- unique identifier
- get-only auto-implemented property
- readonly
- data layer
Model-Binding
- model binding
[FromForm]