
- What is ASP.NET Web API
- What are the Advantages of Using ASP.NET Web API
- What is the difference between Api Controller and MVC Controller?
- What are various return types supported in Web API?
- How to Restrict Access to Web API Method to Specific HTTP Verb?
- What is Rest?
- What’s the difference between REST & RESTful?
- Why are the “FromBody” and “FromUri” attributes needed in ASP.NET Web API`?
- Explain briefly CORS(Cross-Origin Resource Sharing)?
- Can we use Web API with ASP.NET Web Form?
- How to Return View from ASP.NET Web API Method?
- How Can We Provide an Alias Name for ASP.NET Web API Action?
- Explain Web API Routing?
- How we can handle errors in Web API?
- Write a code snippet to register exception filters from action?
- Write a code snippet to register exception filters from controller?
- How to handle error using HttpError?
- Write a code snippet to register exception filters globally?
- Write a code snippet to show how we can return 404 error from HttpError?
- How to enable tracing in ASP.NET Web API?
- Can we do unit testing in Web API?
- Explain ASP.NET Identity?
- What are Authentication Filters in Web API?
- What are media types?
- What is Content Negotiation in WebAPI?
- What is DelegatingHandler in Web API?
- What are the various return types in ASP.Net Web API?
- Difference between Http Get vs Http Post?
- How to make sure that Web API returns in JSON format data only?
- How to give Alias name for an action method in Web API?
- How to host ASP.NET Web API?
- How to consume Web API using HttpClient?
- How to Enable HTTPS in Web API?
- How to implement Basic Authentication in ASP.Net Web API?
- How to to return an image with Web API Get method?