khalidsalomao
- 177,494 total downloads
- last updated 6/24/2016
- Latest version: 1.4.0
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.
Lz4.Net
by:
khalidsalomao
- 124,871 total downloads
- last updated 7/2/2013
- Latest version: 1.0.98
Lz4.Net is a wrapper of the Lz4 lib (version r98):
https://code.google.com/p/lz4/
http://fastcompression.blogspot.com.br/p/lz4.html
LZ4 is a very fast lossless compression algorithm, providing compression speed at 300 MB/s per core, scalable with multi-cores CPU. It also features an extremely fast...
More information
- 96,876 total downloads
- last updated 6/14/2016
- Latest version: 1.4.0
Detect any text file charset encoding using Mozilla Charset Detector (C# - Source file).
- 30,642 total downloads
- last updated 4/27/2016
- Latest version: 1.2.20
A helper class with console arguments parsing, log initialization, configuration file loading.
Uses NLog for logging.
- 25,460 total downloads
- last updated 6/21/2015
- Latest version: 1.0.4
Synchronization helper: a static lock collection associated with a key.
NamedLock manages the lifetime of critical sections that can be accessed by a key (name) throughout the application. It also have some helper methods to allow a maximum wait time (timeout) to aquire the lock and safelly release...
More information
- 22,241 total downloads
- last updated 9/22/2015
- Latest version: 1.1.5
Simple key value storage using sqlite (C# - Source file).
All member methods are thread-safe, so a instance can be safelly be accessed by multiple threads.
All stored items are serialized to json by json.net.
Note: this nuget package contains c# source code and depends on .Net 4.0.
- 20,683 total downloads
- last updated 5/29/2015
- Latest version: 1.1.1
Simple lightweight object in-memory cache, with a background timer to remove expired objects.
Fast in-memory cache for data that are expensive to create and can be used in a thread-safe manner.
All stored items are kept in concurrent data structures (ConcurrentDictionary) to allow multi-thread...
More information
- 14,118 total downloads
- last updated 4/25/2014
- Latest version: 1.2.0.1
Simple lightweight AWS S3 Helper.
Simplify usage of AWS S3 to get, move, put and delete objects.
- 7,196 total downloads
- last updated 9/1/2015
- Latest version: 1.1.3
Use C# as script.
Simple helper for C# code runtime compilation and excution using Mono.CSharp.Evaluator
(C# - Source file).
Uses Mono.CSharp.dll version 3.12
- 7,060 total downloads
- last updated 3/14/2016
- Latest version: 1.3.3
ParallelTasks is a simple to use consumer-producer multithreading helper.
(C# - Source file).
Note: this nuget package contains c# source code and depends on .Net 4.0.
- 6,472 total downloads
- last updated 3/24/2015
- Latest version: 1.0.5
Simple configuration manager to get and set the values in the AppSettings section of the default configuration file (C# - Source file).
Note: this nuget package contains csharp source code and depends on Generics introduced in .Net 2.0.
- 5,697 total downloads
- last updated 8/10/2013
- Latest version: 1.0.4
A simple lightweight object pool for fast and simple object reuse. (C# - Source file)
Fast lightweight thread-safe object pool for objects that are expensive to create or could efficiently be reused.
Note: this nuget package contains c# source code and depends on System.Collections.Concurrent...
More information
- 4,527 total downloads
- last updated 5/11/2015
- Latest version: 2.1.0
Simple lightweight queue that stores data in a concurrent queue and periodically process the queued items.
Userful for:
* processing items in batches;
* grouping data for later processing;
* async processing (consumer/producer);
* etc.
Note: this nuget package contains c# source code and depends...
More information
- 3,326 total downloads
- last updated 5/28/2015
- Latest version: 1.1.2
A simple and userful object that stores data in a dictionary and has lots of safe type conversion capabilities.
- 3,237 total downloads
- last updated 10/17/2015
- Latest version: 1.0.3
ModuleContainer is a simple to use plugin or module system.
(C# - Source file).
Note: this nuget package contains c# source code and depends on .Net 4.5.
- 1,783 total downloads
- last updated 11/12/2015
- Latest version: 1.1.0
RabbitMQ .net work queue helper class. Simple way of using RabbitMQ as a work queue with maximum retries and dead-lettering.
(C# - Source file).
Note: this nuget package contains c# source code and depends on .Net 4.0.