ILovePaperTowels
ILovePaperTowels

Reputation: 1455

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?

Upvotes: 1

Views: 56

Answers (1)

Matthew Abbott
Matthew Abbott

Reputation: 61589

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.

Upvotes: 1

Related Questions