CodeTip #5 – How to avoid short-circuiting evaluation in C#?
Yet another week, yet another code tip for you folks! Today’s post is going to be short and easy but I hope that useful at the same time (at least for the C# beginners). Let’s start! C# logical operators...