Click here to Skip to main content
15,867,835 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I work on .csharp net core 5 i need to create blazer 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 .

What I have tried:

sample for blazor good architecture and clean code
Posted
Updated 25-Nov-22 20:10pm

To add to what Dave has said, no single example of "clean code with good architecture" applies universally for all projects, even within a single framework like Blazor!

What works well for one app would be a disaster for others, and vice versa. If that wasn't the case, there wouldn't be so many "design patterns", but just the one universal pattern which applied to all apps and created clean, well structured code regardless of the application.

You will not find what you want: you need to study your app requirements specification closely, and work out from that what design architectures might apply before starting to design the overall app and modularize it as necessary before producing a design spec.
 
Share this answer
 
I'm sorry to tell you that just looking at examples is not going to teach you how to write "clean code with good architecture." What you want is a result of proper software design philosophy, which you're not going to learn from looking at some examples.

I would recommend starting with a couple of books called "Code Complete", and "A Philosophy of Software Design"
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900