I'm having a hard time finding MEF code samples anywhere. I'm working on a Windows Store application and would like the UI to be somewhat modular. My plan is to define a general layout and load various modules into different sections, each module implementing the same interface. It seems like MEF is the thing for this, but the code sample on MSDN is a console app. The "meflook" sample on this codeplex site seems helpful, but I'm not sure where to download it. It's not included it any of the source or binary downloads here, as far as I can see.
↧