How to use DLR with MEF in .Net 4.0?
.net-4.0, c#, dynamic-language-runtime, mef, visual-studio-2010
Solution
The default programming model does not support the DLR, but other programming models can be written that will support it, and that can be used together with the default programming model.
- Blog post on the MEF Primitives (which are used to create programming models).
- Blog post with some ideas on how a Ruby programming model could work
- How to write a custom command for Intellipad (Intellipad uses MEF and a python programming model)
Problem
There were promises from the MEF team that MEF will support DLR plugins in the .Net 4.0. Did it happen already and I can [Import] some IronPython objects? If yes, any links to the topic would be helpful.