I work on .csharp net core 5 i need to create blazor app with good architecture with clean code
are any one know github link source code for that or any sample on internet site i can follow it .
I work on .csharp net core 5 i need to create blazor app with good architecture with clean code
are any one know github link source code for that or any sample on internet site i can follow it .
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Aravind GovindarajPosted Nov 27, 2022, 3:45 PM
https://github.com/jasontaylordev/CleanArchitecture
ahmed salahPosted Nov 27, 2022, 1:49 PM
can you give me sample on github with repository pattern and generics with good archituchure and clean code
Aravind GovindarajPosted Nov 27, 2022, 10:17 AM
Basically, clean code architecture implies 4 modules as Application, Domain, Infra, and Framework layers.
Please find the reference link for the same
https://github.com/jasontaylordev/CleanArchitecture