1.

What is Web API 2.0?

Answer»

It is basically an enhanced and modified feature of Web API. This new version supports various new features as given below:

  • New Routing Attribute
  • Secure ASP.NET Web API USING OAUTH 2.0
  • Support for Cross-Origin requests using CORS
  • IHttpActionResult return type
  • Support for $expand, $select in OData Service

Because of all the new features of Web API 2.0, it is considered an optimal choice and suitable development MODEL that makes it easier to develop RESTful services interfaces to different clients running on various platforms. It also supports configuring routes in the Web API method or controller LEVEL.



Discussion

No Comment Found