Skip to content
This repository has been archived by the owner on Oct 22, 2018. It is now read-only.
/ Helper Public archive

Helper is .net base library create to help developer on common tasks and be a helpful asst to any project.

Notifications You must be signed in to change notification settings

malbarmavi/Helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Helper Build status

Helper is .net base library create to help developers on common and general tasks and be a helpful asst to any project.

Helper contane many function related to :

  • General numbers functions
  • Numbers conversion
  • Generate random numbers
  • Generate fibonacci sequence
  • Shorthand string validation
  • Generate random string
  • Json stringify,parse functions
  • Generate hashs like md5,Sha1,Sha256,Sha384,Sha512
  • Database connection test
  • Simple database layer
  • Get SystemInfo like OS,CPU,HDD ....

Install

* Add Helper.dll as reference to your project
* Add using Helper; directive to your code

How to use

All the functions in Helper are static

int number = Nembers.ToInt("10");
string  binaryNumer =  Numbers.ToBinary(number);
string passwordHash = Cryptographyx.ToHash("123456", Algorithm.Md5); 
string value = "Hello";
bool result = Strings.IsValid(value);

In addition Sys project build on top of helper and use SystemInfo functions.

License

Helper is freely distributable under the terms of the MIT license.

About

Helper is .net base library create to help developer on common tasks and be a helpful asst to any project.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages