0
kicks
How to use the ASP.NET MVC ModelBinder
The new ModelBinder in ASP.NET MVC provides the ability to create complex types from component parts that (for example) may be part of submitting large forms with many fields. This tutorial allows programmers to get a feel working with ModelBinder and explore their many uses.