Summary and Further Learning
This lesson summarizes what we learned in this course, and gives some insights on how you can continue your learning path.
We'll cover the following...
In this course, we learned how to implement web applications with ASP.NET Core MVC.
ASP.NET Core MVC basics
We first learned how to create dynamic HTML pages with Razor followed by achieving modularity and separation of concerns between graphics and logic using layered architectures and the MVC pattern. Logic ...