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