Where can I learn about MEF?

Viewed 22398

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.

7 Answers

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

Related