So guys, I have a sharepoint list with and fields like "webID, url, rating" and a c# list with more or less the same fields. My task is to compare the lists by webID and if the row's "rating" field is different than in my c# list then I would like to update it accordingly. This would happen in a feature's event receiver.
What would be the fastest and best approach to do that?