Do I use a single solution to maintain a simple website? (just a forum, guestbook, journal and a few pages)..... should I add all my aspx pages to one project? is that what peopel usually do?
Printable View
Do I use a single solution to maintain a simple website? (just a forum, guestbook, journal and a few pages)..... should I add all my aspx pages to one project? is that what peopel usually do?
I personally split my ui, business, and data tiers into seperate assemblies (.dll's), which allows a much cleaner design and resusability.