ASP.NET MVC Series
Learning ASP.NET MVC in Public:
- Controllers and Views
I discuss some history behind ASP.NET and the need to move to ASP.NET. I demonstrate the ability to execute actions in a control with and without a view. I then demonstrate how to use different views of the same data returned by the controller.
- Understanding the Controller
This lesson clarifies the distinct responsibilities of the controller. I demonstrate how the controller can work without a view or any models and then go on to explain the roll of views a bit more tightly.
- Introduction to Models
This lesson discusses the basics of what I’m learning about the role of models in the ASP.NET MVC framework. We show how models are used to persist data between views, how to make MVC automatically binds posted data to a model, and how to validate data with your model.
Lesson plan is in progress. Additional recordings will be added.
