Archive

Posts Tagged ‘Advantages’

Shared Source – Right Margin Line

September 24th, 2010 Comments off

Good code style suggests limiting the length of a code line to 80 characters, and only 70 characters for indented code examples to be used in documentation. The Right Margin Line helps you to visually indicate the specified line length. It doesn’t prevent typing to the right of it, but lets you to identify and break long expressions over multiple lines.

Read more…

DevExpress Refactor! for ASP.NET

June 30th, 2010 Comments off

Refactor! for ASP.NET integrates with Visual Studio to automate common code restructuring tasks also known as code refactoringRefactor! was designed to do these tasks with an absolute minimum of effort required from the developer. So, extracting a block of code into a method will automatically determine all parameters the block of code requires, and create the most appropriate method signature, insert the extracted code into it, and then add calling code at the location the code was extracted. All you need to do is to select the code to be extracted and where to put the new method, and Refactor! will take care of everything else.

Read more…

DevExpress Refactor! for C++

June 29th, 2010 Comments off

Refactor! for C++ integrates with Visual Studio to automate common code restructuring tasks also known as code refactoring. Refactor! was designed to do these tasks with an absolute minimum of effort required from the developer. So, extracting a block of code into a method will automatically determine all parameters the block of code requires, and create the most appropriate method signature, insert the extracted code into it, and then add calling code at the location the code was extracted. All you need to do is to select the code to be extracted and where to put the new method, and Refactor! will take care of everything else.

Read more…

DevExpress Refactor! Pro

June 28th, 2010 Comments off

Revolutionary code refactoring and simplification tools for Visual Studio developers. Refactor! Pro is the defacto standard refactoring toolset for Visual Studio. It fuses a language-independent state-of-the-art code shaping engine with a highly-optimized user experience. Unlike other refactoring solutions that target the system architect, Refactor! is designed to help all developers craft and sculpt their code with the speed and efficiency needed to meet their line of business demands. Refactor! combines extreme power with unprecedented ease of use. Refactor! is built on the DXCore engine.

Read more…

DevExpress CodeRush Pro

June 27th, 2010 Comments off

CodeRush is a powerful Visual Studio® .NET add-in that enhances the developer experience by accelerating developer and team productivity via an integrated suite of technologies. CodeRush integrates with Visual Studio to automate common code creation tasks, and to simplify code investigation. It clearly shows a code structure, and creates typical code blocks with a minimum of effort. You can create new code blocks with only a few keystrokes, or with a few clicks. Features are organized into three categories: code creation, navigation, and visualization. Features can be chained together to dramatically increase developer speed and efficiency. CodeRush is built on the DXCore engine.

Read more…

DevExpress CodeRush Xpress

June 26th, 2010 Comments off

CodeRush Xpress is available to all Visual Studio 2008 and 2010 C# and VB developers for free and offers a comprehensive suite of tools that enable you and your team to simplify and shape complex code – making it easier to read and less costly to maintain. It includes code simplification, creation, navigation, visualization and refactoring features. CodeRush Xpress is built based on the DXCore engine.

Read more…