Install a shared Assembly to the GAC as post build event from Visual Studio
The Global Assembly Cache (GAC) is a Cache for globally available Assemblies. Most of the shared assemblies are installed inside…
The Global Assembly Cache (GAC) is a Cache for globally available Assemblies. Most of the shared assemblies are installed inside…
In this tip I will discuss how we can get assembly version programmatically from a caller application. This can be…
Most of us are very familiar with Dictionary Collection which supports only one value per key mapping. But, what if,…
ASP.NET GridView provides the flexibility to use conditional binding expression where we can use some condition with bind expression. Depends…
In previous tip (How to Change Background Color of Current Week in ASP.NET Calendar ? ) we have seen how…
This tip talks about one interesting customization of ASP.NET Calendar Control. Calendar control provides members like SelectedDayStyle, WeekendDayStyle, TodayDayStyle to…
Visual Studio provides few in-built options for debug address level information. Some of them are Memory window, Disassembly window and…
In this tips I am going to discuss how you can get list of all WPF elements which are type…