C# ColonWhat are the different ways you can use the colon in C#? Here I am going to briefly […] January 11, 2019 in C# tagged interface / inheritance / implements / colon / switch / extends / ternary by Mike
C# Ternary OperatorThe ternary operator is an example of C# flow control. The ternary operator works on three operands. It […] June 3, 2018 in C# tagged control / if / ternary / operator / flow / else / C# Flow Control by Mike