Top 20 NuGet comparison Packages
Common String, SecureString, and Collection Extension Methods which include:
ToSecureString, ToInsecureString, EqualsIgnoreCase, ContainsIgnoreCase, Before, After, FuzzyEquals, IsNullOrEmpty, and IsNullOrWhiteSpace.
Additionally there are helper methods and classes that simplify working with ...
*** This project has moved to https://www.nuget.org/packages/SqlUtils.SqlDataComparison ***
Pure SQL data comparison and reconciliation utility for SQL Server
Example usage:
* EXEC sp_CompareData 'MyTable', 'RemoteDb..TheirTable'
* EXEC sp_ExportAll 'MyTable', 'RemoteDb..TheirTable'
* EXEC sp_Exp...
Pure SQL data comparison and reconciliation utility for SQL Server
Example usage:
* EXEC sp_CompareData 'MyTable', 'RemoteDb..TheirTable'
* EXEC sp_ExportAll 'MyTable', 'RemoteDb..TheirTable'
* EXEC sp_ExportDeleted 'MyTable', 'RemoteDb..TheirTable'
* EXEC sp_ImportChanged 'MyTable', 'RemoteDb..Th...
This package provides some common extensions for .NET objects. Current Extensions: DeepEquals
DeepEquals is a fast, flexible, and simple way of comparing objects deeply.