Learn ASP.NET Web API
ASP.NET Web API is a framework for building HTTP services that can be accessed from any client including browsers and mobile devices. It is an ideal platform for building RESTful applications on the .NET Framework.
Basics
- What is Web API?
- Create Web API Project in Visual Studio
- Test Web API
- Web API Controllers
- Configure Web API
- Routing in ASP.NET Web API
- Parameter Binding in ASP.NET Web API
- Return Types of Web API Action Method
- Request, Response Formats in ASP.NET Web API
- Media Type Formatters in ASP.NET Web API
- Web API Filters
- Configure Dependency Injection in ASP.NET Web API
- Web API Hosting
- ASP.NET Web API Learning Resources
Web API Test |
Web API Tests |