how best to organize project

  • Thread starter Thread starter wapsiii
  • Start date Start date
W

wapsiii

Looking for better practise!

In a large asp.net project, how is it best to organize classes? When
should I create a new project for a class? Is it better to have fewer
files with all the classes in or should I put each class in it's own
file? Do you put your class files in a certain folder structure?
 
Wapsiii,

I like to create a single class library for each project and then I create a
separate class file for each class.

--
Sincerely,

S. Justin Gengo, MCP
Web Developer / Programmer

www.aboutfortunate.com

"Out of chaos comes order."
Nietzsche
 
Back
Top