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……
While doing research with Assemblies and files that build the architecture of .NET, there are a lot of hidden secrets…
You can stop the debugger at breakpoint after a specific number of breakpoint hit. Hit Count is used to keep…
JavaScript navigation is now more easy and simple with Visual Studio 2013. The new editor introduced the navigation bar within…
One of the small and nice features of Visual Studio 2013 you will find is the automatic braces completion. This…
You can modify the Code Information Indicators styles from the Options dialog windows. This will help you to customize the…
As a developer one of the common task that we perform during the development is finding the code references using…