I listened recently to a Channel 9 recording of Anders Hejlsberg, Brian Beckman, and Erik Meijer that caught me by surprise. Brian praised VB's dynamic features, yet said he used C# because it had ...
While you wait for PowerShell to add support for ternary operators, here's a method you can use now to evaluate Boolean conditions without the need to write If – Then – Else statements. If you have ...