C H A P T E R  29

Working with Model Binding and Validation

In this chapter, we will look at model binding and validation. Model binding is one of the MVC framework features that I find most appealing. It removes the tedious work of constructing model objects from request data. Validation allows us to ensure that the data we receive can be used to create valid model objects, something that goes hand in hand with the model binding process.

Get Applied ASP.NET 4 in Context now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.