Let's face it: I'm getting old. And old enough to know how to refactor my own my code, right? Wrong. There's no age limit for how much refactoring tools can help us. Here's a nice and free one, from the guys from DevExpress:
Refactor! is freely available to all ASP.NET 2.0 developers and offers a
comprehensive suite of tools that enable you and your team to simplify and shape
complex code and HTML markup - making your web applications easier to read and
less costly to maintain.Borrow the folowing links from this post:
Training Videos 12-minute Training Video (1024x768):
http://www.devexpress.com/Products/NET/IDETools/RefactorASP/Presentation/Refactor_for_ASP_NET/
Same Training Video, full size (for larger monitors):
http://www.devexpress.com/Products/NET/IDETools/RefactorASP/Presentation/Refactor_for_ASP_NET_Full/
Screen Shots
http://www.devexpress.com/Products/NET/IDETools/RefactorASP/Presentation/MoveStyleAttributesToCss.png
http://www.devexpress.com/Products/NET/IDETools/RefactorASP/Presentation/MoveToCodeBehind.png
http://www.devexpress.com/Products/NET/IDETools/RefactorASP/Presentation/SurroundWithUpdatePanel.png
PS: it's true, those who know me know I don't use CodeRush or ReSharper. Let me explain why: because they are expensive, and because they are not garantied to be bundled on Visual Studio - just imagine having to refactor by hand after moving to a company that doesn't use a refactoring tool :)
1 comment:
What about the people who (still) use .NET 1.1? ;)
Post a Comment