Code Monkey home page Code Monkey logo

simplehelpers.net's Introduction

SimpleHelpers.Net

GitHub license

Micro-libraries (pieces of utility code) for .Net that are safe and simple to use.

In every project there are lot's of reusable patterns that we find our selves rewriting or just doing some copy & paste, and thus the idea behind SimpleHelpers micro-libraries is to create a small collection of such code but keeping it reliable and easy to use.

Most of SimpleHelpers.Net libraries are distributed by Nuget.org as source code files (c#), since this enable us to use these utility code as micro-libraries without creating and having to deploy a huge number of assemblies (dlls). The idea is to keep things simple!

Distributing source code also make things easier in case of doubt or curiosity. You can just take a look into the full source code!

All micro-libraries are well-tested for both performance and reliability. So feel free to use them!


Documentation Site

http://khalidsalomao.github.io/SimpleHelpers.Net/


Micro-libraries

FileEncoding

  • Detect any text file charset encoding using Mozilla Charset Detector.
  • Check if a file is text or binary.
  • See documentation

MemoryCache

NamedLock

  • Synchronization helper: a lock associated with a key and with timeout.
  • See documentation

SQLiteStorage

ObjectDiffPatch

  • Simple Object Comparer that generates a Diff between objects and is able to Patch one object to transforms into the other.
  • See documentation

ConsoleUtils

  • Application initialization helper:
    1. merge application settings, command line arguments & external options
    2. configure nlog
    3. ...

ConfigManager

  • Simple configuration manager to get and set the values in the AppSettings section of the default configuration file.
  • See documentation

ObjectPool

TimedQueue

  • Fast lightweight in-memory queue that stores data in a concurrent queue and periodically process the queued items.
  • See documentation

ParallelTasks

  • Similar to Parallel.For but more flexible and with bounded task queue.

FlexibleObject

ScriptEvaluator

  • Loads C# source code.

ModuleContainer

  • Easy, fast and non-invasive dependency injection and plugin system.
  • See documentation

RabbitWorkQueue


Contribute


Support

If you are having issues, please let us know here.


License

The project is licensed under the MIT license.

simplehelpers.net's People

Contributors

cwalv avatar intrueder avatar joncloud avatar jtothebell avatar khalidsalomao avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.