see also "Any tools to check for duplicate VB.NET code?"
A friend of mine only as access to the Express editions of Visual Studio and I am trying to help him refactor to remove a lot of duplication.
see also "Any tools to check for duplicate VB.NET code?"
A friend of mine only as access to the Express editions of Visual Studio and I am trying to help him refactor to remove a lot of duplication.
Clone Detective appears as though it might work for you. I haven't used it before, but I stumbled across it on codeplex this week.
More as fyi, since you mentioned 'express edition' you might need to look for something that would work outside of VS, since I don't believe the express editions support plugins
You could take a look at Simian or DuplicateFinder. Neither have a dependency on the IDE, although you can integrate Simian quite easily.
See CloneDR, which operates on many langauges, including C#.
EDIT October 2010: VB6, VBScript and VB.net added as languages supported by CloneDR. There is no specific support for MS IDEs, but it operates on a simple list of source files, and produces a nice HTML report, so not much integration is needed. See sample reports at link.