PartNotDiscoverable attribute in MEF
Managed Extensibility Framework as of now is a new model that deals with Extensibility in application by giving you a…
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…
As I have already discussed some of the Catalogs present in MEF library viz, TypeCatalog, AssemblyCatalog etc, where AssemblyCatalog is…
MEF is a component defined in Base class library for extensibility. If you are really looking for writing something that…
In MEF world, we use Types to define Export or Import. Catalogs are used to discover types in an assembly,…
Sometimes your ASP.NET application needs to hook up some code before even the Application is started. Assemblies supports a custom…
List Controls are one of the most used form controls. And we all know that manipulating these controls from JavaScript…
Mutex is not new to the .NET framework. The Win32 api supports an object called Mutex and .NET framework class…