The application of SOLID principles is essential to promote code modularity, maintainability and scalability. Check out this blog post on understanding each of the SOLID principles and applying them in an ASP.NET Core application.
Object orientation is an essential paradigm for web developers. Learn the four pillars of object-oriented programming through an example ASP.NET Core app.
Debugging is an essential process for identifying and fixing errors in a web application. Check out this post for several tips for debugging in Visual Studio.