Allow Recomposition in MEF
MEF supports an opt-in feature that allows recomposition of the Import when the underlying object is changed either explicitely by…
MEF supports an opt-in feature that allows recomposition of the Import when the underlying object is changed either explicitely by…
Lazy is a class that defer the object creation when it is actually needed. MEF supports the Lazy implementation internally.…
Managed Extensibility Framework as of now is a new model that deals with Extensibility in application by giving you a…
As we are moving ahead we have already discussed the notion and usage of TypeCatalog, AssemblyCatalog or DirectoryCatalog, in this…
Debugger in .NET runs in background on each and every type and uses Reflection to load the information regarding the…
This is a serious necessity in few applications where you want to show the appointments over a calendar. Though most…
Sometimes your ASP.NET application needs to hook up some code before even the Application is started. Assemblies supports a custom…
Do you know what is coming next to C#? Asynchronous programming is really made easy with the inclusion of new…