You are on page 1of 2

Module 6 Overview 

Module Learning Outcomes 

The objectives of this modules are the following 


 Learn the advanced features of CRUD in ASP.Net Web API.
 Apply the httpClient to overcome the limitations of WebClient class.
 Configure and use IoC container for dependency injection with Web API
 Learn how to host a Web API

Discussion: Web API for CRUD Advanced Features 

Please see the links of tutorials below:

httpClient - https://www.tutorialsteacher.com/webapi/consuming-web-api-in-dotnet-using-
httpclient

Dependency Injection - https://www.tutorialsteacher.com/webapi/configure-dependency-


injection-with-web-api

API Web Hosting - https://www.tutorialsteacher.com/webapi/web-api-hosting

Summary and Conclusion 

The able to learned the following:


1. How to apply httpClient class in Programming
2. Apply some dependency injections in Web API
3. Learn how to host a Web API.
 
Reflection Questions:  

--- To be given by the Professor

Assessment Activity (10-point objective quiz, create question bank of about 20-25 questions; or
essay, with 3 questions option) 

---- To be given by the Professor 

Recommended Readings/Viewings:  

Youtube Tutorials: https://www.youtube.com/watch?v=vN9NRqv7xmY


 
References
Teacher, T. (2020, July 22). Web API Tutorials. Retrieved July 22, 2020, from
Tutorialsteacher: https://www.tutorialsteacher.com/webapi/web-api-tutorials
Wikipedia. (2020, July 22). API. Retrieved July 22, 2020, from Wikipedia:
https://en.wikipedia.org/wiki/Application_programming_interface

You might also like