© Les Jackson 2020
L. JacksonThe Complete ASP.NET Core 3 API Tutorialhttps://doi.org/10.1007/978-1-4842-6255-9_4

4. Scaffold Our API Solution

Les Jackson1 
(1)
Melbourne, VIC, Australia
 

Chapter Summary

In this chapter we will “scaffold” our two projects and place them within a solution. We’ll also talk about the “bare-bones” contents of a typical ASP.NET Core application and introduce you to two key classes: Program and Startup.

When Done, You Will

  • Have created our main API Project

  • Have created our Unit Test Project

  • Place both projects within a solution

  • Have a solid understanding of the anatomy of an ASP.NET Core project

  • Get introduced to the Program and Startup classes in an ASP.NET Core project

Solution Overview

Before we start creating projects, I just ...

Get The Complete ASP.NET Core 3 API Tutorial: Hands-On Building, Testing, and Deploying now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.