We have merged the .net 3.5 and Silverlight 3 into a single zip. The bin folder contains the binaries for .net 3.5 whereas bin\SL contains the binaries for Silverlight 3. Accordingly, there are two solutions files.
- PartIntializer renamed to CompositionInitializer (Silverlight only)
- Brought back DeploymentCatalog/Package classes (Silverlight only)
- PartCreator renamed to ExportFactory<T> and moved to System.ComponentModel.Composition.Initialization assembly (Silverlight only)
- Bug fixes
- More samples added
|
Excellent Work! I use the MEF Visualizer Tool to see what is going on inside the MEF Composition Container.
http://mefvisualizer.codeplex.com/
by
Vardi
on
Apr 14 2010 at 9:57 PM
Excellent work! MEF helps you to implement the Model-View-ViewModel Pattern – see http://waf.codeplex.com
by
jbe2277
on
Apr 11 2010 at 4:21 PM
Very excited to find the source, and a vs2008 version, here on codeplex. Thank you!
@Sprender: One or two of the Samples do not compile under vs2k8 (nor vs2k10). But, the main ComponentModel project does compile just fine under both vs2008 and vs2010.
@EricSch: as mentioned above, it compiles under vs2008 for me. And, I am using it in my mvc 1.0 site.
by
eduncan911
on
Mar 12 2010 at 3:50 AM
Doesn't build in Dev10 RC
by
sprender
on
Mar 11 2010 at 8:36 AM
Thought "MEF Preview 9" would work with .NET 3.5 and VS2008, but seems that the projects are build with VS2010. Had to fix the project files.
by
EricSch
on
Feb 22 2010 at 5:19 PM
MEF is just pure compositional goodness and is a compliments WPF beautifully.
by
polyGhost
on
Feb 18 2010 at 2:45 AM
MEFGeneric Preview 9 release.
http://mefgeneric.codeplex.com/
by
umjunil
on
Feb 17 2010 at 4:19 AM