Disclaimer
The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.

What is NArrange?

NArrange is a stand-alone, configurable .NET code beautification tool that automatically organizes code members and elements within .NET classes. It allows developers to easily sort class contents according to their style and layout conventions. NArrange works by parsing source code files into a document object model, arranging the elements then rewriting the arranged source code.

NArrange helps reduce the amount of time developers spend arranging members within source code files and when used as part of check-in procedures can also help reduce source code repository conflicts. With NArrange, developers don't need to worry about where they place a new member definition in a class, they can just type away and run NArrange prior to compilation. After formatting, the new member will be automatically moved to the appropriate location in the source file. NArrange is not only a great time saver, but it also helps enforce coding style standards across a team when a common configuration file is used.

 

Homepage: http://www.narrange.net/

Documentation: http://www.narrange.net/doc/index.htm

 

 

Instead of setting up a Team Foundation Server to integrate with our VSTS 2008, we decided to use Visual SourceSafe 2005 since the project is just a short term. But after  installing Visual SourceSafe 2005, its option can't be found in VS.

 


To enable (or to show) the SourceSafe option in Visual Studio 2008, Click on Tools - Option then go to Source Control then select 'Microsoft Visual SourceSafe'.


A short video is presented here at Channel 9 on how to simplify your code using C# 4.0.