Dotnet

Creating a C# ASP.Net Core API - Starting Out & Retrieving Data

Outline

This section is all about GET requests. We will be learning about how to read data out of our collection.

Learning Objectives

  • Understand how to implement a GET request
  • Create a controller class
  • Build different types of GET calls that return either entire collections or single requested items
  • Incorperate query strings into an API call



The course is taught by Thomas Desmond
@ThomasJDesmond
TheTomBomb.com

 

I finished! On to the next chapter