-
Book Overview & Buying
-
Table Of Contents
ASP.NET Core - SOLID and Clean Architecture (.NET 5 and Up)
By :
ASP.NET Core - SOLID and Clean Architecture (.NET 5 and Up)
By:
Overview of this book
Creating a modular, testable, and maintainable application in .NET Core requires a solid foundation. Setting up an application architecture requires foresight and much consideration as early decisions will impact how easily the application is extended and maintained. In the long run, though, applications need to be maintained and, in this case, extended. Between its design and the way, the code was written, neither is really possible and so the application needs to be redesigned and future-proofed.
In this course, we will explore foundational architectural principles that help with the creation of maintainable code. Next, discover how to set up a real-world application architecture with ASP.NET Core. Then, you will learn how to plug in different, common blocks such as email and authentication and have a foundation to plug in other third-party services as needed.
By the end of this course, you will have the skills and knowledge of creating a testable and maintainable ASP.NET Core application needed to architect real-world enterprise .NET Core apps.
The complete code bundle for this course is available at: https://github.com/PacktPublishing/ASP.NET-Core-SOLID-and-Clean-Architecture-.NET-5-and-up-
Table of Contents (12 chapters)
Course Introduction
Preliminary Concepts
Setting Clean Architecture Solution
Setting Up the Application Core
Setting Up Infrastructure Projects
Creating the API Project
Testing
Adding the UI
Securing API and UI
Complete Application Features
Value-Added Features
Summary and Closing