Compare two list with out using linq for update History
Hi i’m working on a project written in c# webform and it requere loghistory of changes if some one updated the data i should be inserted to logs table but i need to capture which column or which field is being update.
so i think comparing 2 list the oldList before update and the list after update
if i have this class