Clean Architecture Project Setup From Scratch With .NET 7



Clean Architecture Project Setup From Scratch With .NET 7

Clean Architecture Project Setup From Scratch With .NET 7

📌 Accelerate your Clean Architecture skills: https://bit.ly/3PupkOJ

🚀 Support me on Patreon to access the source code: https://www.patreon.com/milanjovanovic

Clean Architecture is a popular approach to organizing your .NET applications. I will show you how to set up the Clean Architecture completely from scratch. We’ll start from a blank solution, and work our way up through the Clean Architecture layers.

Join my weekly .NET newsletter:
https://www.milanjovanovic.tech

Read my Blog here:
https://www.milanjovanovic.tech/blog

Subscribe for more:
https://www.youtube.com/@MilanJovanovicTech?sub_confirmation=1

Chapters
0:00 Starting from scratch
0:42 Adding the Domain project
1:30 Adding the Application project
2:04 Installing MediatR and FluentValidation
3:08 Configuring dependency injection for Application project
5:19 Adding the Infrastructure project
6:34 Adding the Presentation project
7:31 Adding the Web API project
9:06 Configuring logging with Serilog
10:42 Clean Architecture is not a silver bullet