This document discusses extensibility in applications using the Managed Extensibility Framework (MEF). It defines extensibility as the ability to design an application so third parties can customize it without redeploying the application. The document outlines the benefits and problems of extensible applications. It then explains key MEF concepts like catalogs, exports, imports, and composition containers. Finally, it provides examples of how MEF allows extending applications by exporting and importing functionality.