When I said N-Tier design I should have been a little more clear. I mean break things up into diff projects (business layer, data layer).
--
Derek Davis
(e-mail address removed)
"carion1" <ddavis76 _at_ gmail _dot_ com> wrote in message If you really think about it, proper class design will render exactly what you want in a slightly different fashion. In terms of organization you might think about an N-Tier design even if all the pieces will reside on the client machine.
--
Derek Davis
(e-mail address removed)
Surely the scenario you give does make it soung a bad idea. I am not looking for a big mess later. It is just a way to organize GUI forms. Bracking class might not be a good idea (but still it is supported in full swing in vs2005) but organizing similer controls or GUIs is. It is happening for many years now, it is just that I am trying to find if it is possible in vs IDE. As one of the replies on this thread suggested how folders will work and I guess that solves my problem.
Thanks.
"carion1" <ddavis76 _at_ gmail _dot_ com> wrote in message I can see the frustration ahead. Walking into company abc and finding a crap ton of classes each spread across many files. I bet someone even comes up with some nifty naming convention for said files to easily (lol) keep track of what method is where (just say no). Not even solid gold meatballs could save that spaghetti. Please excuse me I just think this is a bad idea.
--
Derek Davis
(e-mail address removed)
I know this is in vs2005 but is there a way to
1- Divide class or move some helper methods on to another file and still be able to use in main file.
2- Is there a way I can move similer files under one folder under a project under a solution and still be able to use that code.
I tried both in my ways but did not work. Just wondering if possible.
Thanks,
Po