This isn't so much a tip as a clarification: I often find that people are confused about what happens when you press F5 vs. when you press Control_F5. Here's the best description I've found (and it's ...
When you have code that is called for many objects it's hard to go through all them and just check line by line. How can you more efficiently debug lots of code? Imagine that in your app's code ...