Get the source code for this video for FREE → https://the-dotnet-weekly.ck.page/ca-...
☄️ Master the Modular Monolith Architecture: https://bit.ly/3SXlzSt
📌 Accelerate your Clean Architecture skills: https://bit.ly/3PupkOJ
🚀 Support me on Patreon to access the source code: / milanjovanovic
Layered architectures are the foundation of many software systems. However, layered architectures organize the system around technical layers. And the cohesion between layers is low. What if you wanted to organize the system around features instead? Minimize coupling between unrelated features and maximize coupling in a single feature. Today, I want to talk about Vertical Slice Architecture, which does precisely that. We're going to take a Clean Architecture project and refactor it towards Vertical Slice Architecture.
Check out my courses: https://bit.ly/3PupkOJ
Vertical Slice Architecture
https://www.milanjovanovic.tech/blog/...
Join my weekly .NET newsletter:
https://www.milanjovanovic.tech
Read my Blog here:
https://www.milanjovanovic.tech/blog
Chapters
0:00 Starting from the Clean Architecture
1:49 Introducing a Feature folder
5:12 Adding more Vertical Slices
10:30 Events can be Vertical Slices also
12:19 Discussion about abstractions