Visual studio and .NET tip 10:- Remove and reorder parameters
Many times as a developer you come across functions with lots of input parameters .For various reasons you want to shuffle them, reorder them or remove some of them.This can be easily achieved by using reorder functionality from refactor menu.