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.
Context menus allow you to offer extra functionality and options to the end user of your application right where they are. Let’s see how to use one in the ASP.NET Core Grid.
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.