How to customize the Reflection Metadata ?
If you dealt with Type API in .NET 4.5, you must have already found that there is a separate object…
If you dealt with Type API in .NET 4.5, you must have already found that there is a separate object…
Couple of days back we have discussed about one of the hidden and very useful code snippet, ‘propfull – for property…
.NET 4.5 comes with some of the major enhancements. Among them, one of the most important changes that has been…
Do you know that .NET GC now equipped with yet another option to Compact Large Object Heap. This has been…
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…
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,…