08 October 2015

ReSharper - Must have tool for .NET Developers

For .NET development projects, ‘ReSharper’ is a must have tool. It is plugged in Visual Studio as an Add-in and helps in following activities –
  1. Detects warnings and errors instantly as you type.
  2. Highlights wrong coding practices, code redundancies.
  3. Gives suggestions as you type which can improve overall quality of your code.
This will provide following advantages –
  1. Will save time spent in fixing warnings and errors later on.
  2. Will help in writing better code which will lead to less StyleCop and Code Analysis errors.
  3. Will reduces testing and code review comments.
  4. It can be customized according to project needs.

There is also StyleCop extension to ReSharper which will detect StyleCop errors on the fly. 

For more information, refer - http://www.jetbrains.com/resharper/

No comments: