Scott Hanselman

Free Refactor for ASP.NET Software from the makers of CodeRush

February 06, 2007 Comment on this post [4] Posted in Tools
Sponsored By

I'm a huge CodeRush fan, as you may know. CodeRush take a while to really grok, and some folks don't want to spend $250 on it. They also offer just Refactor! Pro for $99 with 75 refactorings (CodeRush includes these, plus the underlying engine) for those who really just want the refactorings.

If you don't use either of these, and you want a FREE Refactoring tool for ASP.NET, run, don't walk over to the Refactor! for ASP.NET (Beta) and check it out.

(Note that the ASP.NET refactorings in this tool are included in the Refactor! Pro updates, so don't install this tool if you already have Refactor Pro.)

I loves me some free tools.

About Scott

Scott Hanselman is a former professor, former Chief Architect in finance, now speaker, consultant, father, diabetic, and Microsoft employee. He is a failed stand-up comic, a cornrower, and a book author.

facebook twitter subscribe
About   Newsletter
Hosting By
Hosted in an Azure App Service
February 06, 2007 15:13
s/take/takes/ (Or is it talk like a pirate day?)
February 06, 2007 17:34
is it just me or is the download link not working? it didn't work for me yesterday either when i found it from the daily grind.
ron
February 06, 2007 21:16
I had to install it to find out what it does. The web page had no features list. Not typical of DevExpress.
February 07, 2007 6:47
Abdu: There's a video showing Refactor! for ASP.NET in action on this page:

http://www.devexpress.com/CodeRushTraining

Scroll down to the "Refactor! Pro Training" section and click the Watch button next to the video titled "Refactoring in ASP.NET! (12 minutes / published 06 February 2007)". That will give you a nice feature overview and show you how to use the product.

This beta includes 25 refactorings, nine of which are dedicated to ASP.NET development:

Add Validator
Extract ContentPlaceHolder
Extract ContentPlaceHolder (and create master page)
Extract Style (Class)
Extract Style (id)
Move to Code-behind
Move Style Attributes to CSS
Rename Style
Surround with Update Panel

This drop also includes 16 standard refactorings that work inside *.cs and *.vb code-behind files (most of these refactorings also work on code placed inside <script> tags):

Extract Method
Extract Property
Flatten Conditional
Inline Temp
Introduce Constant
Introduce Local
Move Declaration near Reference
Move Initialization to Declaration
Reorder Parameters
Rename
Replace Temp with Query
Reverse Conditional
Safe Rename
Simplify Expression
Split Initialization from Declaration
Split Temporary Variable

Comments are closed.

Disclaimer: The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.