✅ Clarification on VSA
Been watching a ton of videos and reading a bunch of VSA and I'm still a bit confused, does VSA eliminate the need for multiple projects in a solution?
For example this video https://www.youtube.com/watch?v=C4XSAp4Fkqo everything appears to be in one project, but then I've seen examples split among multiple projects, and even everything just inside of one file per "feature".
For example this video https://www.youtube.com/watch?v=C4XSAp4Fkqo everything appears to be in one project, but then I've seen examples split among multiple projects, and even everything just inside of one file per "feature".
YouTubeHubert Mijalski
Exploring the Vertical Slice architecture in practice by taking advantage of .NET Minimal APIs.
Organizing your code into modules that are fully self-contained can be extremely beneficial and allow you to deliver product quickly, without closing the door to microservices later down the road.
Repo link: https://github.com/Mijalski/MinimalApiTut...
Organizing your code into modules that are fully self-contained can be extremely beneficial and allow you to deliver product quickly, without closing the door to microservices later down the road.
Repo link: https://github.com/Mijalski/MinimalApiTut...
