Given a class with 35 fields and 2 objects with a certain number of different fields value. Is there an clever way to get a list with the fields name where the ob
Reflection is the way to go with this and I don't think 35 fields is a problem.
(After confusing myself utterly I come back to thinking that I understand the question and reflection would be fine for this).