Tool for checking code duplication in C #

I need to check if my codes have duplication. Is there a free application for code duplication refactoring tool for C #?

+3
source share
3 answers

Check:

Simian ( http://www.redhillconsulting.com.au/products/simian/ ) based on the source code. Works with a large number of languages.

Clone Detective plugin Visual Studio ( http://www.codeplex.com/CloneDetectiveVS ). (He uses ConQAT internally)

+1
source

TeamCity has duplicate searches if you are already using TeamCity.

+1
source
+1

All Articles