Screencast: Building ASP.NET MVC Forms with Razor

[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.

2 comments

  • Hello, i found your posting yesterday and it helped me to understand MVC a little bit more.
    I had seen that you use a plugin or something else that you shows the method name after the closing brace. What is this for an plugin?
    Sorry for my english. I need a little bit more practice. :)

Submit a comment

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s