Create a switch for ASP.Net objects
- in C#
In my opinion one of the most underused tools in a coders tool belt is the “switch” statement because it can be much faster than using several “if” statements and a lot easier to read.…
a little philosophy in code
In my opinion one of the most underused tools in a coders tool belt is the “switch” statement because it can be much faster than using several “if” statements and a lot easier to read.…
I have searched and searched for a shortcut for duplicating lines in Visual Studio 2013. Each time I find smart ass answers like this. Which leads to a rant about StackOverflow, but that is another…