Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Project Organization
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Project Organization
Divers
Thread ID:
00771680
Message ID:
00771680
Vues:
60
How are you all setting up your largish projects?

I'm finding that especially ASP.Net projects get out of hand quite quickly in terms of size of pages involved in the system in VS net. It seems the only way to get a handle on this is to break things into seperate directories at least for ASPX pages.

Beyond that though there's also the issue of reusable code. I've been trying to separate most things into separate projects that make up a solution. My current solution has about 10 projects in it and while that works reasonably well, I'm thinking this is a nightmare if I ever need to move the project or in my case share it with others. I can provide all the code for the projects and the solution, but once moved the solution will not find all the subprojects unless the directory structure for everyhing is the same on the copied machine.

To make things worse with Web projects I tend to put the main Web app into a Web directory (off the Web root), while the 'worker code' (business objects and utility classes) go into a Project tree somewhere else, which results in code scattered about in multiple places. The worker code of course will often be reused in multiple projects especially the business object framework and utility classes.

Any ideas on how to manage this process more fluidly?


Sorry for the 'operational' questions - I'm getting close to the point of deployment of some tools and just looking for some food for thought to facilitate the process...
+++ Rick ---

West Wind Technologies
Maui, Hawaii

west-wind.com/
West Wind Message Board
Rick's Web Log
Markdown Monster
---
Making waves on the Web

Where do you want to surf today?
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform