MEF Event Aggregation without unity/prism (any builtin class in .net 4)
Does MEF has Event Aggregation like feature builtin 开发者_StackOverflow(I don't want Prism etc)
No, it doesn't have this built in. If you don't want to use something like Prism you would need to create your own contracts for event aggregation, I think.
精彩评论