Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 322 Bytes

File metadata and controls

2 lines (2 loc) · 322 Bytes

ProjectTypes-ASP.NETCoreAPI

The homework from the Lesson 14, ASP.NET Core API Project Type, of Module 7, Common Project Types, of the Complete Foundation in C# Course Series from Tim Corey. We are to build a Web API Application that has a GET call that takes in a First Name and Last Name and it returns "Hi {FN} {LN}".