Browse by Tags

Sorry, but there are no more tags available to filter with.
  • The Trouble with And

    Here's something I've seen several times that can lead to bugs. C# has two logical-and operators: & and &&. If you come from a C++ background, it's entirely natural to use the && operator. But there is a difference between the two...
    Filed under: