In this chapter, we introduced some central concepts in .NET Core. We walked through the console application and web API templates as well as the ASP.NET Core web API structure, and the structure of a controller class.
The topics covered in this chapter provide the skills necessary to start with a console application project on .NET Core, and they also provides basic knowledge regarding the arrangement of an ASP.NET Core project.
In the next chapter, we will explore a core concept of ASP.NET Core, middleware, and how it can be used to intercept requests and enhance our application stack.