A zero-configuration, highly-configurable, unopinionated object mapper with viewable execution plans. Flattens, unflattens, deep clones, merges, updates and projects queries. Targets .NET 3.5+ and .NET Standard 1.0+
This library allows developers to Create, Update, and Delete database schemas based on their hibernate.cfg.xml and *.hmb.xml entity mapping files, and Fluent Mappings stored on project assemblies.
Object Extensions can be used to:
(1) Create flattend structures
(2) Compare or Combine two objects
(3) Get or Set member values
(4) Deep Clone
(5) Save (text file,S3) object graph
(6) Get metadata
(7) Get type information
(8) Create instance
(9) Copy to another object
(10) Snapshots
Visit the...
More information