Software Development Videos and Tutorials: Java, .NET, Ruby, Python, JavaScript, Agile, Software Testing
 
Category: <span>Software Architecture</span>

Opening up your application the Managed Extensibility Framework

Modern applications are often built from pluggable parts composed together either at development time or at runtime. Such parts might include reusable libraries, application add-ins, host provided services, or internal parts separated from the main application for engineering reasons; The .NET framework currently provides basic functionality for loading such parts, …