Hope someone can help me. I am using C # and I am a bit new to this. I upload a text file to my application and split the data into "," I read part of the line in <list>
, when the data is read, there are many duplicates that vary depending on the txt file being uploaded. Can someone tell me how to check and delete all and all duplicates that appear. There is no way to know which duplicates will be displayed, as there are endless possibilities that this can be.
Thanks for the help in advance.
Brady
source
share