I refactor by hand
(changing templates, migrating changes to all databases through subversion, generating new code, test it, it's not very helpful to use refactoring tools).
However refactoring tools can be handy of course. Though I de-installed resharper (1.02) today, it was simply too slow, buggy (loss of color coding etc.)... It made vs.net look like a slow dog on my AMD 2600+ 1GB box, which is not what we need of course
They're working on it though, so perhaps I'll give it a try again soon...
Coderush was nice until I tested a project for a customer with over 500 tables (and thus a lot of classes). Scrolling a file was erm... well taking ages
. Very weird.
Though I think it's MS fault (
), the model to interact with vs.net is often not that great and a lot of performance is lost in the marshalling between COM and .NET and back...