This library is still underdevelopment
What is General Library?
There are some codes that we, developers, use commonly in almost all of our applications; Very common helpers, extensions, snippets, you name it. General Library is actually a collection of libraries that consist of those common codes. Some of these codes are collected from stackoverflow.com answered (always referenced in the code XML documentation).
How to install General Library?
The best way is to use the nuget:
PM> Install-Package General
You can download and build the source code or copy/paste the part you want and use it in your application.
Documentation
documentation is still underdevelopment.