[note : This screencast has been adapted from my earlier blog post.]
In this ASP.NET MVC Foundations screencast, we’re going to look at building an ASP.NET MVC page which allows users to create and edit objects in our domain. We’ll cover just the basics of using HTML helpers to map model properties to our HTML form and Model Binding to convert our HTML form back into our rich domain object.We’ll start with a very basic store website which has read-only data and we’ll add the ability to create and edit products in our store. Be sure to watch in HD mode for a crisp screen.