by Euo
22. May 2009 16:24
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
b4c79e38-bf59-4aeb-90df-0ba36d0c55f5|0|.0
Tags:
Tool
by Euo
21. May 2009 09:46
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'.
c9bc662a-e13d-4327-a635-0871f08fb812|0|.0
Tags:
Development
by Euo
20. May 2009 18:28
A short video is presented
here at Channel 9 on how to simplify your code using C# 4.0.