Tag: Development

Community

NArrange – .NET Code Organizer

(James Nies) 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 fil

Community

The Why and How of NET Profiling

(Amirthalingam Prasanna) Profiling gathers information about an executing application. This allows you to determine those improvements that are required in your application. Often, profiling is overlooked or not performed on applications. This article lists 10 reasons why you should start considerin