InfoQ Homepage Model Binding Content on InfoQ
News
RSS Feed-
ASP.NET MVC Model Binding
Model Binding is a feature that simplifies controller actions by using the request data to create strongly typed objects. Jess Chadwick takes a deep dive into this feature in an MSDN article and explores complex scenarios, as well as creating custom model binders when the default model binder is not enough.