Skip To Content
Toggle navigation
Packages
Upload
Statistics
Documentation
Downloads
Blog
Sign in
Frameworks
.NET
net7.0
net6.0
net5.0
.NET Core
netcoreapp3.1
netcoreapp3.0
netcoreapp2.2
netcoreapp2.1
netcoreapp2.0
netcoreapp1.1
netcoreapp1.0
.NET Standard
netstandard2.1
netstandard2.0
netstandard1.6
netstandard1.5
netstandard1.4
netstandard1.3
netstandard1.2
netstandard1.1
netstandard1.0
.NET Framework
net481
net48
net472
net471
net47
net462
net461
net46
net452
net451
net45
net40
net35
net30
net20
Package type
All types
Dependency
.NET tool
Template
Options
Include prerelease
14 packages returned for Tags:"simplehelpers"
Sort by
Relevance
Downloads
Recently updated
SimpleHelpers.
ObjectDiffPatch
by:
khalidsalomao
263,593 total downloads
last updated
6/24/2016
Latest version:
1.4.0
simplehelpers
diff
patch
compare
object
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#...
More information
SimpleHelpers.
FileEncoding
by:
khalidsalomao
148,930 total downloads
last updated
6/14/2016
Latest version:
1.4.0
simplehelpers
encoding
ude
Detect any text file charset encoding using Mozilla Charset Detector (C# - Source file).
SimpleHelpers.
MemoryCache
by:
khalidsalomao
29,788 total downloads
last updated
5/29/2015
Latest version:
1.1.1
SimpleHelpers
Utils
Cache
in-memory
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...
More information
SimpleHelpers.
SQLiteStorage
by:
khalidsalomao
28,232 total downloads
last updated
9/22/2015
Latest version:
1.1.5
SimpleHelpers
Utils
SQLite
Storage
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...
More information
SimpleHelpers.
ConsoleUtils
by:
khalidsalomao
44,052 total downloads
last updated
4/27/2016
Latest version:
1.2.20
SimpleHelpers
Template
Options
Arguments
CommandLine
Parser
Console
A helper class with console arguments parsing, log initialization, configuration file loading. Uses NLog for logging.
SimpleHelpers.
NamedLock
by:
khalidsalomao
34,756 total downloads
last updated
6/21/2015
Latest version:
1.0.4
SimpleHelpers
Utils
Synchronization
Locks
Threading
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...
More information
SimpleHelpers.
ConfigManager
by:
khalidsalomao
7,743 total downloads
last updated
3/24/2015
Latest version:
1.0.5
SimpleHelpers
Utils
AppSettings
configuration
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...
More information
SimpleHelpers.
ScriptEvaluator
by:
khalidsalomao
8,590 total downloads
last updated
9/1/2015
Latest version:
1.1.3
SimpleHelpers
Mono
Evaluator
script
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
SimpleHelpers.
ObjectPool
by:
khalidsalomao
7,679 total downloads
last updated
8/10/2013
Latest version:
1.0.4
SimpleHelpers
Utils
Pool
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:...
More information
SimpleHelpers.
ParallelTasks
by:
khalidsalomao
8,656 total downloads
last updated
3/14/2016
Latest version:
1.3.3
SimpleHelpers
Utils
Producer
Consumer
Parallel
Thread
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.
SimpleHelpers.
TimedQueue
by:
khalidsalomao
5,416 total downloads
last updated
5/11/2015
Latest version:
2.1.0
SimpleHelpers
Utils
Queue
Threading
producer
consumer
flow
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...
More information
SimpleHelpers.
ModuleContainer
by:
khalidsalomao
3,991 total downloads
last updated
10/17/2015
Latest version:
1.0.3
SimpleHelpers
Utils
Producer
Consumer
Parallel
Thread
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.
SimpleHelpers.
FlexibleObject
by:
khalidsalomao
4,102 total downloads
last updated
5/28/2015
Latest version:
1.1.2
SimpleHelpers
Utils
TypeConverter
TypeConversion
Convert
Converter
Convertible
A simple and userful object that stores data in a dictionary and has lots of safe type conversion capabilities.
SimpleHelpers.
RabbitMQWorkQueue
by:
khalidsalomao
2,185 total downloads
last updated
11/12/2015
Latest version:
1.1.0
SimpleHelpers
Utils
queue
workqueue
rabbitmq
amqp
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...
More information