ASP.NET Web API provides ideal platform for build restful services, it supports ASP.NET request/response pipeline and supports HTTP protocol. The course covers both core and advanced topics such as:
- Web API Controller
- Configuration
- Routing
- Parameter Binding
- Action Return Type
- Data formats
- Filters
- HttpClient for consuming Web/REST API
- Hosting - Web/REST API
Course also includes a project on building a restful service using Web API. Students will learn core concepts on Web API, comparison with WCF, tools for accessing web api with a project on building a REST application.