A better switch with Lambdas in .NET, Part 2 (A StringComparison implementation)
In my previous post, I have implemented one simple Lambda based switch case which complement the existing switch cases with…
In my previous post, I have implemented one simple Lambda based switch case which complement the existing switch cases with…
I don’t know which programming language you belong to, or which is the best language you have been working on……
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…
Do you know that .NET GC now equipped with yet another option to Compact Large Object Heap. This has been…
Watch window allows you to view the variables values in Hex Mode. This is very simple features, Just Right Click…
Html 5 being the fore runner in the Web technology today has offered a lot of benefit and enhancements that…
String forms a large part of a program. Irrespective of what the program is used for, almost 70% of the…