Found 293 packages
Performs fast, deep or shallow clone using simple assignment operations generated by Expression Tree runtime code compilation.
Small Library for fast deep or shallow cloning .NET objects. It allows to copy everything and has a lot of performance tricks for fast copying.
Deep clone or copy any complex object without the hassle of serialization, decoration or custom mappings.
The `CloneModelView` package generated additional default design time model views.
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.
The `CloneMemberValue` module will help you to selectively `clone` Business object `members`.
A XrmToolBox Plugin that helps copying field definitions from an entity to another
WebSocket# provides the WebSocket protocol client and server. It supports: - WebSocket Client and Server - RFC 6455 - Per-message Compression extension - Secure Connection - HTTP Authentication - Query String, Origin header and Cookies - Infinite streaming - .NET 4.5 or later
Simple and efficient library for deep copying .NET objects
Lanymy.Common.ExtensionFunctions.DeepCloneExtensions 通用辅助类库. 序列化 ; 压缩 ; 数据流加密 ; 文件操作 ; 枚举扩展 ; 沙盒操作 ; 进程 ; 二维码 ; 反射 ; 版本 ; 流水号 ; 验证码 ; CMD命令行操作器 ; ffmpeg辅助类 ; 加密/解密 ;
Map model with [NoMap] Attribute: model.CopyTo(getModel); Id long: Long.NewLong(); // Auto sort DateCreated desc Id in date: datetime.ToDayCount(); Url: string.ToUrl();
Performs fast, deep or shallow clone using simple assignment operations generated by Expression Tree runtime code compilation. Cloned from MarcinJuraszek with some added functionality
A lightweight .NET library providing a non-generic interface and type-safe base class for implementing deep cloning functionality in your classes. Supports inheritance hierarchies, circular references, and various collection types including immutable collections. Thread-safe and designed for performance with minimal dependencies.
DeepClone, Serialize & Deserialize extension methods, useful for testing.
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.
A collection of helpful HttpRequestMessage extension methods
The fastest deep cloning library, supporting anything from .NET 4.6 to modern .NET 10+ with no dependencies. FastCloner uses a unique source generator capable of analyzing object graphs and cloning object without explicit annotations. For types that cannot be cloned, such as HttpClient, FastCloner uses a highly optimized reflection-based fallback. Zero dependencies, blazingly fast, built for developers who need cloning that just works.
A collection of helpful HttpContent extension methods
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 http://blog.nuclex-games.com/mono-dotnet/fast-deep-cloning/ This library can be used staticly or injected using the ICloneFactory interface.
DotNetCore.Mapping