InterviewSolution
Saved Bookmarks
| 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:
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. |
|