You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.