Top "Model-binding" questions

Model Binding is a feature of ASP.

Cannot create an instance of an interface

after install profile 1.1, add at least one field to the User Content Types then go to the Users module and …

asp.net asp.net-mvc asp.net-mvc-3 model-binding orchardcms
Changing the parameter name Web Api model binding

I'm using Web API model binding to parse query parameters from a URL. For example, here is a model class: …

c# asp.net-web-api model-binding
How to bind URL parameters to model properties with different names

Okay, lets say I have a URL like so, which is mapped via HTTP verb GET to the controller action …

asp.net-mvc model-binding
Does model binding work via query string in asp.net mvc

Does model binding work via query string as well ? If I have a get request like : GET /Country/CheckName?Country.…

c# .net asp.net-mvc query-string model-binding
How can I convert json to a Laravel Eloquent Model?

if I have an Eloquent Model called Post, and the mysql table has: integer ID, string Text How do I …

laravel eloquent model-binding
AngularJS: ng-repeat with key value - updating object

I am rendering key:value object array with ng-repeat like this: <div ng-controller="mainCtrl"> <div ng-repeat="record …

angularjs model-binding angularjs-ng-repeat
ASP.Net MVC 3 - JSON Model binding to array

I am on ASP.Net MVC 3, and going by the feature list supported in at, i should be able to …

asp.net-mvc json asp.net-mvc-3 model-binding
Asp.Net MVC - Model Binding to Model or ViewModel

I have a controller, which returns a view passing in a view model, which has properties required for display of …

asp.net-mvc model-binding asp.net-mvc-viewmodel
How to make ASP.Net MVC model binder treat incoming date as UTC?

I'm posting an object to an MVC controller. The object contains a field called StartDt and on the client it …

javascript asp.net-mvc json model-binding
Why does the ASP.Net MVC model binder bind an empty JSON array to null?

Here is my model class: public class MyModel { public Employees[] MyEmpls{get;set;} public int Id{get;set;} public OrgName{…

c# asp.net-mvc json wcf model-binding