- Talk is about MEF actually
- MEF = Managed Extensibility Framework
- New library for .NET 4.0 that lets you build applications and components which can be extended without modification
- But it is pay to play
My thoughts: Demo failed at first. Need to work on this hands on first. The key is that I can let my apps to be easily extensible by implementing from the get go. But the question is do I need to for our apps?
Advertisement