LargeObjectHeapCompaction in .NET Garbage Collection
Do you know that .NET GC now equipped with yet another option to Compact Large Object Heap. This has been…
Do you know that .NET GC now equipped with yet another option to Compact Large Object Heap. This has been…
#1 : Get list of all active session variables in ASP.NET This post talks about how you can get list…
Visual Studio Profiler generates Performance reports which contains the data for analysis of current profiler session. The information might be…
In my previous Tip I have discussed about Navigate Code Using Code Definition Window in Visual Studio . In this…
Once stuck on a requirement where I needed to write a code which is flexible and generic enough to sort…
You are writing one application in Visual Studio which accepts some command line parameter to do some operation. You pass…
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…