简体   繁体   中英

What Applications Use MEF

Does anyone know of any applications that are currently using MEF? I'm looking for a good program to derive some idea on using MEF and seeing how others are using it will help me out a lot -- obviously this means open source programs would be favored.

Visual Studio itself uses MEF for editor extensions you could look into how some of these are written.

Also there is a project developed by Microsoft Patterns and Practices that is called Prism , which can use MEF for its DI . It is set up to be used with WPF, but as Glenn Block shows here it can be used with WinForms as well.

I have used a variation of Prism with MEF on my projects before and have been satisfied with the results.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM