Outline
ASP.NET Core Overview
In this video, we got a high-level overview of what ASP.NET Core is.
The core ideas to get out of this is that ASP.NET Core extends the .NET platform with a focus on building web apps. It is cross-platform giving us the ability to run our applications on Windows, Mac, & Linux.
It's easy to use and works well with any frontend framework. For this course, we chose to use an Angular frontend with our ASP.NET Core backend.