Simple Object Comparer that generates a Diff between objects and is able to Patch one object to transforms into the other.
Uses Newtonsoft Json.Net for Diff and Patch.
Note: this nuget package contains C# source code and depends on .Net 4.0.
Provides dynamic datatype conversion functions and a high performing alternative to the `object`type when dealing with data types that are unknown at compile time.
DeepCompare is a small library for comparing object and their nested properties with no limitation for the type of the class (you can use normal typed objects, untyped object and dynamics) and the level of the properties and fields which will iterated down. It makes no differences between fields and...
More information
Middle layer framework to compose functions such as "clone", "compare", "serialize" etc using "navigation expressions" and provide some abstractions missed in standard framework ("repository", "buffered conditional logging", etc.).