Model
Models
What is a Model?
It's a class.
It describes the data and how the users can interact with it.
How Models Make Life Easier
Creating Models
Preparing Models
Attributes: decorate properties
Advanced Model Concepts
Code First Entity Framework
Scaffolding
"Automagically"
Model View View Model (MVVM)
How data is structured behind-the-scene is going to be different than how data is structured for user views.
Attribution
Attribution Table