How do you organize your projects?
Posted
by
Sergio Tapia
on Programmers
See other posts from Programmers
or by Sergio Tapia
Published on 2011-01-27T03:55:05Z
Indexed on
2011/01/30
7:31 UTC
Read the original article
Hit count: 762
Do you have any particular style of organizing projects?
For example, currently I'm creating a project for a couple of schools here in Bolivia, this is how I organized it:
TutoMentor (Solution)
TutoMentor.UI (Winforms project)
TutoMentor.Data (Class library project)
How exactly do you organize your project? Do you have an example of something you organized and are proud of? Can you share a screenshot of the Solution pane?
In the UI area of my application, I'm having trouble deciding on a good schema to organize different forms and where they belong.
Edit:
What about organizing different forms in the .UI project? Where/how should I group different form? Putting them all in root level of the project is a bad idea.
© Programmers or respective owner