Search code examples
.netmef

Which Microsoft applications can be extended using MEF?


Which Microsoft products support extension through MEF? Right now I know that Visual Studio and NuGet can be extended using MEF. Are there any others? If so, which ones?


Solution

  • MEF is a relatively new technology (pre .NET 4.0, but still relatively new), so I wouldn't imagine there are many apps outside Visual Studio that implement this extension model, yet.