PROGRAM AREA
WebApi Top questions
Post
New Post
Find by name:
WebApi
First Name
PostDate
Which .NET framework supports Web API?
NET 4.0 and above version supports web API.
By default, Web API sends HTTP response with which of the following status code for all uncaught exception?
500 - Internal Server Error
What is Web API Routing?
All routes are registered in Route Tables. For example: Routes.MapHttpRoute( Name: "ExampleWebAPIRoute", routeTemplate: “api/{controller}/{id} defaults: new { id = RouteParameter.Optional}
Page 3 of 12
«
1
2
3
4
5
6
7
8
9
10
…
»
»»
Full Page