-
Book Overview & Buying
-
Table Of Contents
Clean Architecture with .NET
By :
Before diving into the chapter's content, make sure you have the following prerequisites in place:
To follow along with the examples in this chapter, you will need the latest version of the .NET SDK installed on your machine. You can download it from https://dotnet.microsoft.com/download.
This book refers to the "latest" version of the .NET SDK rather than a fixed version number because we plan to keep the accompanying code samples up to date with each major release. That said, the core concepts and code shown in this chapter and the following chapters—such as class definitions, architectural structure, and Clean Architecture patterns—are designed to be stable across framework versions.
In most cases, the code will work as written, even with future SDK versions. If Microsoft introduces a breaking change, or if external libraries (such as AutoMapper or Microsoft...