1.

What Are The Main Features Of Asp.net Mvc 4 Used By Asp.net Web Api?

Answer»

ROUTING changes: ASP.NET Web API uses same convention for config mapping that ASP.NET MVC provides.

MODEL Binding & Validation: ASP.NET Web API uses same model binding functionality, but HTTP specific context related operations only.

FILTERS: The ASP.NET Web API uses most of built-in filters from MVC.

Unit Testing: Now Unit testing based on MVC, strongly unit testable.

Routing changes: ASP.NET Web API uses same convention for config mapping that ASP.NET MVC provides.

Model Binding & Validation: ASP.NET Web API uses same model binding functionality, but HTTP specific context related operations only.

Filters: The ASP.NET Web API uses most of built-in filters from MVC.

Unit Testing: Now Unit testing based on MVC, strongly unit testable.



Discussion

No Comment Found