Folders without Namespaces C#, .Net, VS 2008
Posted
by Joel
on Stack Overflow
See other posts from Stack Overflow
or by Joel
Published on 2010-04-19T21:00:35Z
Indexed on
2010/04/19
21:03 UTC
Read the original article
Hit count: 272
I'm working on an ASP.NET webapp using the MVP pattern, and as I'm organizing my files I'm wondering - are there conventions on folders within projects and how they relate to namespaces?
I have a bunch of controls and a bunch of pages, and I was going to throw them into Controls and Pages folders with subfolders, but I didn't know if it was bad form to do this if I wasn't also going to seperate them out into namespaces.
Thanks.
© Stack Overflow or respective owner