0
kicks
ASP.NET MVC UpdateModel and TryUpdateModel for DataBinding
ASP.NET MVC has some really nice helpers for databinding and validation that can assist one with a lot of the simple scenarios. I mentioned custom model binders and the ComplexModelBinder, but one can also explicitly call UpdateModel and TryUpdateModel on your controllers to populate custom classes from form values on your Views.