March 2024
Intermediate to advanced
806 pages
19h 50m
English
This section begins with an introduction to building ASP.NET Core web applications, focusing on the simplified approach to using the Minimal API model. It then discusses the Model View Controller (MVC) pattern, emphasizing its importance in developing structured web APIs. The section also delves into REST APIs, highlighting the role of Data Transfer Objects (DTOs) and API contracts in facilitating data exchange.
We then focus on understanding and applying classic Gang of Four design patterns like Strategy, Abstract Factory, and Singleton, setting the stage for more advanced concepts like dependency injection (DI). We thoroughly explore DI—a crucial element of modern ASP.NET Core development—emphasizing its ...
Read now
Unlock full access