.net - Is there any significant difference between using if/else and switch-case in C#? - Stack Over
What is the benefit/downside to using a switch statement vs. an if/else in C#. I can't imagine there being that big of a difference, other than maybe the look of your code. Is there ......