Where can I learn about MEF? [closed]

2019-01-20 22:09发布

I watched the DNR TV episode with Glenn Block and it looks like MEF would be useful for my company. I am trying to find out more information on it's strengths and weaknesses and some sample projects that use it. Are there any good blogs/tutorials on using MEF?

Note: I use C#, so if the examples are in C#, that would be awesome.

标签: c# .net mef
7条回答
不美不萌又怎样
3楼-- · 2019-01-20 22:24

Dependency Injection in .NET by Mark Seemann has a section on MEF, as well as Castle Windsor, StructureMap, Spring.NET, Autofac, and Unity.

查看更多
在下西门庆
4楼-- · 2019-01-20 22:25

Mike Taulty recently did a set of screencasts on using MEF in Silverlight, which should be a good introduction to MEF.

查看更多
该账号已被封号
5楼-- · 2019-01-20 22:29

Microsoft Docs is a good start

Kathleen Dollard has some good materials as well

查看更多
一纸荒年 Trace。
6楼-- · 2019-01-20 22:30

If you're looking for information on the latest version of MEF that is shipping with the next .NET Framework, the definitive source of information is the BCL Team Blog on MSDN.

(MEF is part of the .NET Base Class Libraries.)

查看更多
Explosion°爆炸
7楼-- · 2019-01-20 22:32

I wrote this MEF demo article on CodeProject, and all the code is open sourced.

查看更多
登录 后发表回答