Different ways of getting Path
It is a very common requirement to get the path of a file relative to the path of the current…
It is a very common requirement to get the path of a file relative to the path of the current…
While doing research with Assemblies and files that build the architecture of .NET, there are a lot of hidden secrets…
If you dealt with Type API in .NET 4.5, you must have already found that there is a separate object…
.NET 4.5 comes with some of the major enhancements. Among them, one of the most important changes that has been…
In this tip I will discuss how we can get assembly version programmatically from a caller application. This can be…
TypeDescriptor is a static sealed class which makes the starting point of the API. It exposes information of the object…