Click here to Skip to main content
15,889,462 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have learnt about all the pieces that make up a project. I am familiar with the basic building blocks that make up the programming language. But now I need to build the puzzle.

I am looking for resources or recommended books that will provide guidance on how the solution should be structured and arranged.

Is everything but the business logic in separate projects ? etc etc

Should my solution have one project or many, if many how should I split my functionality up between the projects.

I can't see the forest for the trees.

What I have tried:

Reading books and watching YouTube.
Posted
Updated 6-Oct-22 9:03am
Comments
PIEBALDconsult 6-Oct-22 15:01pm    
If you have nothing, it doesn't matter how many boxes you put it in.
Member 8428760 10-Oct-22 19:21pm    
https://learn.microsoft.com/en-us/dotnet/csharp/fundamentals/program-structure/

This is far too big a subject to do any more than scratch the surface in a little text box - so start here: Three Layer Architecture in C# .NET[^] and then start branching out from there with Google.
 
Share this answer
 
Clearly understood, and I don't expect it to be addressed in the here and now.

There are so many books out there, I am looking for some recommendations on some that might help. Thank you for the link, (OriginalGriff) that looks very promising and will help.
 
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