Search code examples
c#visual-studiovisual-studio-express

What are good tools for identifying potentially duplicated code for C# Express users?


see also "Any tools to check for duplicate VB.NET code?"

A friend of mine only has access to the Express editions of Visual Studio and I am trying to help him refactor to remove a lot of duplication.


Solution

  • You could take a look at Simian or DuplicateFinder. Neither have a dependency on the IDE, although you can integrate Simian quite easily.