Where can I learn about MEF? [closed]
Asked Answered
J

7

67

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.

Jibe answered 13/1, 2010 at 15:49 Comment(0)
P
15

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

Powerless answered 13/1, 2010 at 23:37 Comment(0)
G
14

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

Geophyte answered 19/1, 2010 at 22:57 Comment(1)
I could have give +10 for you, its really excellent article James, Beginners I highly recommend to start from here.Kathleenkathlene
R
3

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

Rufina answered 14/4, 2011 at 2:12 Comment(0)
I
2

Microsoft Docs is a good start

Kathleen Dollard has some good materials as well

Ihab answered 13/1, 2010 at 15:51 Comment(0)
K
2

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.)

Kinser answered 4/11, 2011 at 16:37 Comment(0)
P
1

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

Preposition answered 22/9, 2013 at 15:29 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.