BLACKTOP: Writings From the Road

Browse by Tags

All Tags » c#   (RSS)
Sorry, but there are no more tags available to filter with.



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