Code Monkey home page Code Monkey logo

khojasteh / assorted-utils Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 479 KB

A set of assorted helper functions, extensions and classes in .NET Standard

License: MIT License

C# 100.00%
utility-library dotnet-standard nuget-package hash-functions recurrent-event fuzzy-matching serialization string-manipulation enumerables extension-methods object-pool generic certificates encryption-decryption digital-signature damerau-levenshtein-distance jaro-winkler-distance knuth-morris-pratt

assorted-utils's Introduction

Assorted.Utils

Most of the time, when I am writing a small program as proof of concept or to test something, I end up writing the same set of helper functions. Finally, I decided to put them all together in a NuGet package to make my life a bit easier. I hope you find it useful.

Content

The library contains the following namespaces:

  • Assorted.Utils.Collections
    • some extensions methods for generic IDictionary and IEnumerable objects
    • a generic and thread-safe object pool class
  • Assorted.Utils.Crypto
    • optimized functions for converting array of bytes to and from hex/base-64 strings
    • MD5, SHA-1, SHA-256, SHA-384 and SHA-512 hash and HMAC objects
    • some extension methods for signing and encrypting data using the certificates represented by X509Certificate2 objects
    • helper methods for finding certificates in a certificate store
  • Assorted.Utils.Dates
    • various DateTime extensions and helper functions
    • classes for generating recurring date patterns
  • Assorted.Utils.Serialization
    • helper objects for serializing/deserializing object to/from XML, JSON and binary formats
    • functions and extensions for converting primitive values to and from string in a culture independent format
  • Assorted.Utils.Text

You will find the detailed documentation of the library right here.

Contribution

If you have ideas to improve the functionality or code quality of this library, please don't hesitate to share it here by making a pull request.

assorted-utils's People

Contributors

khojasteh avatar

Stargazers

 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.