I have three lists, BeforeList, AfterList and FinalList
BeforeList has the following values
ID Description Operation
1 Descr1 Null
2 Descr2 Null
3 Descr3 Null
AfterList has the following values
ID Description Operation
1 Descr1 Null
2 DescrC Null
4 Descr4 Null
My FinalList would be
ID Description Operation
1 Descr1 Null
2 DescrC Update
3 Descr3 Delete
4 Descr4 Add
How do I get the FinalList using LINQ