14.

Which feature of ASP.NET MVC allows you to simply pass the ViewModel as a parameter to the action method without having to tear off the individual parameters from the Form?

 

Model Binding provides the feature of binding the form elements with the view model.
Resource: http://www.dotnetcurry.com/ShowArticle.aspx?ID=772