Good technologies for developing a modular server component in .net?
- by nubbers
I am using WPF, Prism and Unity to develop the user interface for a .net application. The UI will run from a PC, but I also need to develop a separate complex server component that will provide services to the PC component via WCF.
Prism and Unity have proved to be of great value in creating a modular application, at least as far as the user…