By tag: modelbinder
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.
0
kicks
Creating a generic Linq to SQL ModelBinder for the ASP.NET MVC framewo
How about this action method, using a Person class which is a Linq to SQL entity type. It accepts a Person object as a parameter. The Person class is a Linq to SQL entity type. It's cleaner not to use the Linq to SQL data context here!
Using the ASP.NET MVC ModelBinder infrastructure, I am actua...