You a Visual Studio user? A lot of us are. If you are the only develoer working on a project, then you have the luxury of choosing your own format for your code files. Cleaning up code files when working in a team however, can be much more difficult. Especially when you run into files that everything seems like it is everywhere! Methods, properties and fields just strewn throughout the code file without any rhyme or reason of their positioning in the code file. Well, if you are a C# programmer and you hav...
[More]