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.
Data structures play a key role in computer science and software engineering, providing efficient solutions for various computational challenges. In this second part, we’ll cover advanced topics in data structures, but in an easy way to understand.
Data structures are the basis for the efficient and optimized development of web applications in ASP.NET Core. In this first part, we will learn about the simplest types of data structures and how we can implement them using the C# programming language.
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.