How to change Default Performance Report Name in Visual Studio 2010 ?
Profiler reports (.vsp) contains the profiling data files from one or more session collection runs in Visual Studio profiler. By…
Profiler reports (.vsp) contains the profiling data files from one or more session collection runs in Visual Studio profiler. By…
In my previous Tip I have discussed about Navigate Code Using Code Definition Window in Visual Studio . In this…
Code Definition Window is very useful features in Visual Studio. Most of the developers overlook it very easily. But this…
You are writing one application in Visual Studio which accepts some command line parameter to do some operation. You pass…
Assembly information provides information about an assembly. This includes Title, description, version information, Product name, company name, Trademark and more.…
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,…