Relative Content

Tag Archive for c#dotnet-httpclient

Comparing 2 database tables and identifying the difference

Im working on a dotnet project wherein the task is to compare 2 tables which are copy of each other, table1[old] and table1_copy[new] as of now im using a ‘for loop’ and comparing the 2 tables based on primary key row by row.