FastDeepCloner is very fast portable library, This is a C# cross platform library that is used to deep clone objects, whether they are serializable or not. It intends to be much faster than the normal binary serialization method of deep cloning objects.
This is a C# based .NET 4 library that is used to deep clone objects, whether they are serializable or not.
It intends to be much faster than the normal binary serialization method of deep cloning objects.
This is basically just slightly tidied up code from...
More information
Map model with [NoMap] Attribute: model.CopyTo(getModel);
Id long: Long.NewLong(); // Auto sort DateCreated desc
Id in date: datetime.ToDayCount();
Url: string.ToUrl();
Map model with [NoMap] Attribute: AutoMap<ED_Student>.Convert(modelOld, modelNew);
Id long: GenerateId.NewLong(); // Auto sort DateCreated desc
Id in day: datetime.ToDayCount();
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.).
NClone is a library that takes care of cloning .NET objects and object trees. It saves you from writing boilerplate and error-prone Clone methods and does not harm your application performance.
Performs fast, deep or shallow clone using simple assignment operations generated by Expression Tree runtime code compilation.
Cloned from MarcinJuraszek with some added functionality