Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Silverlight TV Episode 4: 3 Steps to MEF - Export, Import, Compose
Jan 26, 2010 at 7:15 PMGreat vid John - your explanations clarified some of the MEF concepts. What I did not get a clear understanding of is where the actual mapping between interface and concrete classes took place. In something like Prism you have DI that does that mapping for you. For example how do I know that the send mail interface maps to the smtp send mail class and not another class that implements the same interface?