Click here to Skip to main content
15,881,803 members
Articles / Web Development / ASP.NET
Article

ReSharper 2.5: High Gear .NET Development

4 May 20075 min read 29.1K   8   4
Are you spending most of your development time coding the simplest things by hand? Discover high gear .NET development, made possible with ReSharper 2.5, and join thousands of C# and ASP.NET developers who are benefiting daily from boosted productivity and a more enjoyable coding experience.

This article is in the Product Showcase section for our sponsors at CodeProject. These articles are intended to provide you with information on products and services that we consider useful and of value to developers.

Image 1

This is a showcase review for our sponsors at The Code Project. These reviews are intended to provide you with information on products and services that we consider useful and of value to developers.

Introduction

ReSharper is undoubtedly the most intelligent add-in to Microsoft Visual Studio 2005. It comes equipped with a rich set of features that greatly increase the productivity of C# and ASP.NET developers. With ReSharper, you get intelligent coding assistance, on-the-fly error highlighting, and quick error correction, as well as unmatched support for code refactoring, unit testing, and a whole lot more. All of ReSharper's advanced features are available right from Visual Studio.

Key Features

Error Highlighting and Quick-Fixes

Error Highlighting and Quick-Fixes

ReSharper analyzes and highlights errors in your code while you type, so that you don't even have to compile it first. It also helps you solve problems instantly by suggesting quick-fixes for most errors.

Advanced Coding Assistance

Advanced Coding Assistance

ReSharper offers a number of shortcuts for streamlining common coding tasks to increase your productivity and save your time. In the screenshot above, ReSharper smartly suggests to insert a missing using directive right after you've entered a type name. ReSharper also enables you to quickly generate code using various code templates, view documentation for types and their members right in the editor, and perform code transformations using the so-called "context actions," and a lot more.

Advanced Coding Assistance

ReSharper extends and improves native Visual Studio IntelliSense with three types of Code Completion, the most useful of which are Smart Code Completion and Type Name Completion. Smart Completion works at the right-hand side of assignments, filtering the list of methods and variables to match the expected type of expression. Type Name Completion, unlike basic completion which only suggests types accessible at the current location, completes the names of types available in the current project; it also automatically adds the appropriate using directives when necessary.

Numerous Refactorings

Adding to the list with each new release, ReSharper provides the richest set of automated code refactorings.

Rename SymbolInline VariableSafe Delete
Move TypeExtract InterfaceConvert Method to Property
Copy TypeExtract SuperclassConvert Property to Method(s)
Change Method SignatureExtract Class from Method ParametersConvert Abstract Class to Interface
Extract MethodMake Method StaticConvert Interface to Abstract Class
Extract type to a new fileMake Method Non-StaticEncapsulate Field
Introduce VariableUse Base Type where PossibleMove Type to Outer Scope
Introduce FieldPull Members UpMove Static Members
Introduce ParameterPush Members Down

A wealth of refactorings is available for renaming, moving, and safely deleting symbols; introducing and inlining fields, variables, and parameters; and a lot more. In addition, all kinds of simpler code transformations (which are just as convenient and useful) are made possible with Quick-Fixes and Context Actions.

Navigation and Search

Navigation and Search

Whenever you need to find a certain type, field, method, or any other symbol, ReSharper provides you with a variety of ways to do it. You can find a symbol by name, navigate to a symbol declaration from its reference in the code, or find and highlight symbol usages. You can also use a single shortcut for all navigation actions available at the current position, called Navigate From Here. In addition, ReSharper enables you to thoroughly review type hierarchies and file structures, with its dedicated tool windows that are smartly integrated into the Visual Studio user interface.

Visual Basic Assistance

Visual Basic Assistance

ReSharper 2.5 extends a number of its smart features to Visual Basic code, including ASP pages written in VB. The greatest benefit is to be experienced by .NET developers working on mixed C# and VB projects. In particular, all of ReSharper's navigation and search features are available. The features also include syntax highlighting, quick documentation lookup, and more.

ASP.NET Support

ASP.NET Support

Now, you can edit ASP.NET files with both pleasure and increased productivity. Take advantage of error highlighting, quick-fixes, context actions, coding assistance, navigation, refactoring, and other features. With ReSharper, you can edit and refactor C# code within ASP.NET as well as Web control properties and events, data sources, and content placeholders, without hassle.

Unit Testing

Unit Testing

ReSharper automatically detects unit tests in your code and offers comprehensive unit testing support. The supported test frameworks include NUnit and csUnit. You are able to run and debug tests right from the code editor; at the same time, a dedicated window is provided where you can analyze test results and re-run unit tests.

NAnt and MS Build Scripts Editing

NAnt and MS Build Scripts Editing

Advanced editing capabilities, previously available only for C#, are now extended to NAnt and MSBuild scripts. As soon as you open a script file in Visual Studio .NET with ReSharper installed, full coding assistance is available.

To get the full story on ReSharper's feature set, please visit the ReSharper Features page.

Why ReSharper

With ReSharper, .NET development becomes a real pleasure. The tool decreases the time you spend on routine, repetitive handwork and gives you more time to focus on the task at hand. Its robust set of features for automatic error-checking and code correction cuts development time and increases your efficiency. You'll find that ReSharper quickly pays back its cost in increased developer productivity and improved code quality. The wait is over… ReSharper is here, and now .NET developers can experience what we mean when we say "Develop with pleasure!"

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Czech Republic Czech Republic
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.
This is a Organisation (No members)


Comments and Discussions

 
GeneralGreat Pin
nguyenthanhtungtinbk6-Jul-07 1:34
nguyenthanhtungtinbk6-Jul-07 1:34 
I'm using ReSharper 2.5 in my company and that's truely useful. Thanks
GeneralDoes not work well in Vista Pin
Mr. Say_how_it_is8-May-07 1:15
Mr. Say_how_it_is8-May-07 1:15 
GeneralRe: Does not work well in Vista Pin
nocturne11-May-07 1:36
nocturne11-May-07 1:36 
GeneralRe: Does not work well in Vista Pin
Mr. Say_how_it_is11-May-07 2:20
Mr. Say_how_it_is11-May-07 2:20 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.