August 2010
Intermediate to advanced
1224 pages
34h 17m
English
We have seen in the preceding two chapters that there are many different opportunities, and approaches, for extending Visual Studio functionality. The add-in model, in particular, is a powerful way to implement fairly robust applications within the Visual Studio IDE. But Visual Studio 2010 introduces a brand new technology for extending Visual Studio: the Managed Extensibility Framework (MEF).
MEF is actually a generic architecture pattern, API, and .NET class library for enabling easy “plug in” extensions for any .NET application. Visual ...