Programming

Tip of the Week: Improved Code Navigation in Visual Studio 2017 Paid Members Public
Navigate the code faster!

The Problems with Known Exceptions and Ignoring It Paid Members Public
Having known errors and exceptions in the applications we develop and maintain can have a larger impact than we think.

Tip of the Week: Track Current File in Visual Studio Solution Explorer Paid Members Public
Keep Visual Studio Solution Explorer in sync with the current working file.
Tip of the Week: Moving Selected Lines in Visual Studio Paid Members Public
Using the keyboard to move selected lines up/down.

Defensive Coding Paid Members Public
Is defensive coding good or bad?

Tip of the Week: Quick Launch in Visual Studio Paid Members Public
Quickly navigate in Visual Studio using Quick Launch (Ctrl + Q)

Avoid State Mutation Paid Members Public
This post walks through the effects of mutation and shows how it can affect functionality in an undesirable way.

Making Code Reviews Effective Paid Members Public
This post highlights on some learning and practices involved in Code Reviews.