Showing related tags and posts accross the entire site.
-
You can use MEF for composing UI. For a POC, check out the simple article http://blog.maartenballiauw.be/post/2009/04/21/ASPNET-MVC-and-the-Managed-Extensibility-Framework-(MEF).aspx (The article is outdated with new versions, but you can refer it for understanding the capabilities of MEF)
-
Can we use MEF of composing UI? I know there is PRISM and CAB? But I don't want to use extra libraries.
-
Just published a new code project article, around System.Dynamic namespace and MEF This article is mainly around doing some fun stuff by scratching the back of System.Dynamic namespace introduced in .NET 4.0 System.CompositionModel namespace (Managed Extensibility Framework or MEF - http://mef.codeplex...