Skip to content

Module based solution

coreframework edited this page Sep 16, 2011 · 1 revision

We defined the main objectives and goals before application's development start:

  • the separated modules should be enabled dynamically
  • scalability (easy way to add new functionality)

The best solution to achieve all goals was to use Managed Extensibility Framework. It's a new library in .NET Framework 4 that simplify the design of extensible applications and components.

Clone this wiki locally