Multiple projects in one solution - best way?

S

Stefan Uhlemann

Hi,

What is the best way for a web application with multiple projects
(modularity) using same Masterpage and style sheets.

Used system: Visual Studio 2008
Framework: 2.0

Target: Building a modular system (like plug-ins) for a big intranet
solution.
The modules should using its own subfolder within main project (like
/modules/customers, /modules/products... etc.)
The main menu (within main) should automatically build its sub-entries
depending on installed submodules.

Thank you

Stefan
 
G

Gareth Erskine-Jones

Hi,

What is the best way for a web application with multiple projects
(modularity) using same Masterpage and style sheets.

Using your source control software is probably the best way to do this
- you can store a style sheet (for example) in a single location in
your repository, but then use the file in multiple projects.

It's a good idea to get this set up before you start - nothing quite
like finding you have loads of projects with slightly different
versions of a file, and then trying to fix them up to use the same
one.

A potential problem with this approach is that it can make regression
testing rather difficult - if you change the css file in one project,
it changes for all of the others, with the obvious risk that the
change will be deleterious for one of your other projects.
 
S

Stefan Uhlemann

The reason preventing the copy of the masterpage is building the menu within
the main project.
The main menu looks like this:

Main Menu (Build by the main project)
- Menu point 1
- Menu Point 2
- Menu Point 3
SubModule 1 (which is build by another "depending" project)
- Sub Menu 1.1
- Sub Menu 1.2
SubModul 2 (another project)
- Sub Menu 2.1
- Sub Menu 2.2 and so on...

I guess, if i copy the masterpage this will not be possible...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top