I want to filter out duplicate customer names from a database. A single customer may have more than one entry to the system with the same name but with little difference in
You might want to google for phonetic similarity algorithm and you'll find plenty of information about this. Including this article on Codeproject about implementing a solution in C#.