Working with TypeCatalog in MEF
In MEF world, we use Types to define Export or Import. Catalogs are used to discover types in an assembly,…
In MEF world, we use Types to define Export or Import. Catalogs are used to discover types in an assembly,…
Debugger in .NET runs in background on each and every type and uses Reflection to load the information regarding the…
Do you know what is coming next to C#? Asynchronous programming is really made easy with the inclusion of new…
Few days back, I was migrating my application for VS2008 to VS2010 and it was done successfully except some people…
Compiler directives is always a fun for any language. There are lots of talks around different blogs on compiler directives…
Machine key can be generated in IIS 7/ IIS 7.5 by following steps listed below 1. Open the IIS Manager.…
Many of you have used property initializers in your code. Object initializers and property initializers are common operations of every…