c# - Find duplicates after merging lists -


this question has answer here:

i have 2 lists in c# each having object has 2 fields id , rank. lets lstsource , lstupdate, have update objects in lstsource rank of object in lstupdate matching id. after update want make sure there not duplictae ranks. how can achieve using linq? (it can implemented few statements couple of loops) lists contain few elements.


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -