BLACKTOP: Writings From the Road

Sunday, August 10, 2008 - Posts



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 Read More...