conditional operators

Single Line Conditional Operators in .Net

Do you know that you can write a nested conditional statement in .net with true and false sides in a single line of code? Yes, this is possible. It can …

Read More