How to make an ASP.NET MVC site modular
I’m in the planning stage for an employee intranet system to be built with ASP.NET MVC 4. We’d like the site to consist of separate “modules”, each of which provides a different feature: messaging, payroll changes, etc. I’d like these modules to be able to be enabled or disabled at compile time. The homepage will display some kind of navigation that will link to each module that is loaded.
Architecting related products for different markets: MEF?
Hopefully, this question is not too open-ended…
In a module-core program, how should modules interact with each other?
Short background: I’m using MEF/C# for developing a program that has one core (singleton) and multiple MEF parts (I call them modules, each module is a separate assembly with one class that contains the MEF export). The core imports all parts that are needed/available and initializes them (makes them read their configuration files, that stuff happens in the constructors, business as usual)
how to modularize wcf services?
I am working on a WCF application that supports 4 different applications.
how to modularize wcf services?
I am working on a WCF application that supports 4 different applications.
how to modularize wcf services?
I am working on a WCF application that supports 4 different applications.
how to modularize wcf services?
I am working on a WCF application that supports 4 different applications.