Prerequisites: The student should have a good working knowledge of C# and the .NET Framework. Basic knowledge of ASP.NET, HTML and JavaScript is also required. |
· Gain an understanding of what ASP.NET Web API is and why it is useful
· Implement HTTP services using Web API and Visual Studio 2017
· Consume HTTP services using both jQuery and the ASP.NET Web API client library
· Handle different media formats and content variations in Web API services
· Understand routing and binding in Web API
· Perform validation of request data |
1. Introduction to ASP.NET Web API
ASP.NET Web API
Representational State Transfer
REST and Web API
HTTP Services Using Web API
Using Fiddler
Web API vs. WCF
2. Web API and HTTP
HTTP Response Codes
HttpResponseException
Implementing POST
Implementing PUT
Implementing DELETE
3. Media Formatters and Content Negotiation
Internet Media Types
Media Formatters
JSON and XML Formatters
Content Negotiation
Accept and Content-Type Headers
Using the Query String
Custom Request Headers
Serialization
BSON Serialization
4. JavaScript Clients
Document Object Model
jQuery
Sending AJAX Requests
Implementing a Client
5. Binding, Validation and Routing
Reading Raw HTTP Requests
Route Data, Query String and Request Body
Binding to Simple Types
Binding to Complex Types
Validation Using Data Annotations
Routing in ASP.NET Web API
Using Default Routes
6. .NET Clients
Web API Client Libraries
HttpClient
Issuing GET Requests
Issuing POST Requests
Other Requests |