Getting Added And Deleted Items In A List Using LINQ
Most the time when we work with a list object, finding a newly added items or
deleted items becomes a very trivial part of the logic. Sometimes, we endup
writing sophisticated logic or loops to get this done. Below code will
demonstrate how this can be easily done using LINQ.