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…
In my previous post, I mentioned about the capability of specifying a Timeout while executing a Regular expression. Sometimes, when…
JSON or Javascript Object Notation has been quite popular these days because of being it is only a Key/Value pair,…
Visual Studio XML Comments has been a part for quite a while. There are a number of xml tags that…
When dealing with the new Switch case constructs, I always wanted to add more to it. After adding things to…
It is already a well known fact that while running the MSIL , the CLR (runtime) can generate an Exception…
If you are building a class library with Retargetable turned on, you might end up your assemblies to be used…
Well, after the previous two post, I think you have clearly got an idea on how the Lambda switcher works…