Assis Zang is a software developer from Brazil, developing in the .NET platform since 2017. In his free time, he enjoys playing video games and reading good books. You can follow him at: LinkedIn and Github.
Design patterns are reusable solutions to common problems developers face when designing and developing applications. Learn how to implement one well-known design pattern in an ASP.NET Core application.
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.