Programming

Tip of the Week: Improved Code Navigation in Visual Studio 2017 Members Public

Navigate the code faster!

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Productivity

The Problems with Known Exceptions and Ignoring It Members Public

Having known errors and exceptions in the applications we develop and maintain can have a larger impact than we think.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Programming

Tip of the Week: Track Current File in Visual Studio Solution Explorer Members Public

Keep Visual Studio Solution Explorer in sync with the current working file.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Productivity

Tip of the Week: Moving Selected Lines in Visual Studio Members Public

Using the keyboard to move selected lines up/down.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Productivity

Defensive Coding Members Public

Is defensive coding good or bad?

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Programming

Tip of the Week: Quick Launch in Visual Studio Members Public

Quickly navigate in Visual Studio using Quick Launch (Ctrl + Q)

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Programming

Avoid State Mutation Members Public

This post walks through the effects of mutation and shows how it can affect functionality in an undesirable way.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Programming

Making Code Reviews Effective Members Public

This post highlights on some learning and practices involved in Code Reviews.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Programming