Quantcast
Viewing all articles
Browse latest Browse all 18858

Best Approach for Multiple WPF Projects

I would like to develop a WPF system with multiple modules.

A single main menu screen (main window) will be used to show all buttons to each module.

When click on any button on the main menu, the current window will be changed to that module. (Not Popup another window)

The main concern is how to let each module complied, updated and deployed (as a setup) seperately.

My idea is as follow

MySystem (solution)

- Module1 (project)

- Module2 (project)

but how to build the main menu that can open Module1 and Module2 in its own window?

If create another project let say MainMenu, and add Module1 and Module2 as reference.

If any module updated, MainMenu must add new reference again and recompiled and deployed again. How to prevent this? any suggestion? 


Viewing all articles
Browse latest Browse all 18858

Trending Articles