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…
String forms a large part of a program. Irrespective of what the program is used for, almost 70% of the…
WinRT application model is completely different than the existing application models. The Metro style applications are meant to work differently…
It is the most common requirement to many of us to show the proper assembly version and build version to…
Hashing is a concept to get a fixed size result from an arbitrary input. That means you can pass any input of…
Once stuck on a requirement where I needed to write a code which is flexible and generic enough to sort…