Visual Studio IDE Tip: Go to Definition and Go To Implementation
Visual Studio IDE Tip: Using the Immediate Window
Visual Studio IDE Tip: Jump To Matching Code Delimiter
Visual Studio Debugging Tip: Conditional Breakpoints
Visual Studio Debugging Tip: Drag Execution Pointer to Replay Code Execution
SSMS Tip: Drag Table Columns to Editor
Why You Should Learn Regex (Regular Expressions) - It's Not Just for Code
I spent a significant part of my career thinking of regular expressions as tools only for complex pattern matching in code. I avoided using them for a long time due to the perceived complexity. It’s true that the syntax can be a little difficult to understand. I now know how helpful they are for tasks that support writing code. It only took learning the basics to significantly boost my productivity and reduce the time it takes for me to complete certain tasks. I now use them regularly for the massive productivity boost they can provide.
Instead of spending an hour or two writing a throwaway script or utility, you can often solve the problem with RegEx in just a couple of minutes.