Skip to content

This project aimed to help developers use "Vertical Slice" architecture

License

Notifications You must be signed in to change notification settings

SajadJalilian/Dotnet-Vertical-Slice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotnet Vertical Slice

This project aimed to help developers use "Vertical Slice" architecture I like to avoid using external dependencies except the "Fluent Validation" library which I love and I used it in this project.

Python "Django", "NestJS" or "Angular" frameworks follow a Modular architecture. Fortunately, recently .NET community has paid more attention to modular architecture with the raise of "Vertical Slice". "Vertical Slice" gives you much more Cohesion over classic layered architectures. You can find files right where you need them. You can achieve excellent decoupling with the separation of layers inside modules.

Tech

About

This project aimed to help developers use "Vertical Slice" architecture

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages