We have to check transaction logs when there is change in data we have to add that change in database like old data and new data, we have multiple objects with lists how can we perform this activity using C# ?
Serialize both objects and compare the resulting strings.