Hi Gurus,
A colleague and I have a process where we want to look at a file we receive from a vendor (XML) and data that is in our db. In order to bypass loading the xml and comparing it once loaded we are loading the db data and xml into datatables so that we can use LINQ to see what has changed and/or doesn't exist.
Any other thoughts/ideas on how to compare these to data sources?
Thanks,
S