We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 9 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(7)
我还没有找到真正全面的页面,但有一些:
Microsoft文档
来自 msdn 博客的简单示例
代码项目的 MEF 简介(第 1 部分)
来自 Geek with Blogs 的 MEF 101 A 部分
MEF 101 B 部分
另一个 MSDN 博客,比教程多一点历史
I haven't found a really comprehensive page, but there are a few:
Microsoft Docs
Simple Example from a msdn blog
Code Project's Introduction to MEF (part 1)
MEF 101 part A from Geek with Blogs
MEF 101 part B
Another MSDN blog, a little more history than tutorial
Mike Taulty 最近做了一组 有关在 Silverlight 中使用 MEF 的截屏视频,这应该是对 MEF 的一个很好的介绍。
Mike Taulty recently did a set of screencasts on using MEF in Silverlight, which should be a good introduction to MEF.
我已经完成了一个不断增长的 MEF 系列,从最基础的内容到计划在不久的将来的更高级的内容。
http://randomactsofcoding.blogspot.com/2009/11/working -with-managed-extensibility.html
I've done an ever growing series on MEF from the very basics into more advanced stuff planned in the near future.
http://randomactsofcoding.blogspot.com/2009/11/working-with-managed-extensibility.html
我在 CodeProject 上编写了这篇 MEF 演示文章,所有代码都是开源的。
I wrote this MEF demo article on CodeProject, and all the code is open sourced.
Microsoft Docs 是一个好的开始
Kathleen Dollard 也有一些很好的材料
Microsoft Docs is a good start
Kathleen Dollard has some good materials as well
如果您正在寻找有关下一个 .NET Framework 附带的最新版本 MEF 的信息,则明确的信息来源是 BCL 团队博客。
(MEF 是 .NET 基类库的一部分。)
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.)
Mark Seemann 的《.NET 中的依赖注入》有一节介绍 MEF,以及 Castle Windsor、StructureMap、Spring.NET、Autofac 和 Unity。
Dependency Injection in .NET by Mark Seemann has a section on MEF, as well as Castle Windsor, StructureMap, Spring.NET, Autofac, and Unity.