Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 1.53 KB

README.md

File metadata and controls

38 lines (32 loc) · 1.53 KB

Helpers

A package made by engineer, for other engineers! You can use this package for free, but you are not allowed to copy content/modify anything without proper clearence from me.

Information

This is a small work done by other developers around the globe, But everytime I want to use it I have to copy it over and over, and keep renaming and etc.. So I decided to why not collect it in one location so I can use it, and make it public so others can use as well!

What does the solution contain?

Various projects that supporting the following:

  1. Hasher
  2. Encryptor / Decryptor
    • For strings
    • For files
  3. Audio & Video Recorder
  4. Objects Mapper
  5. FormFiles Manipulator
  6. LINQer
  7. File Manipulator
  8. Styles for XAML
  9. Global ASP.NET Core Exception Handling Filter
  10. Firebase REST API integartion for easy rich push notifications.

More upcoming!

How to use?

Simply download the project and compile to create a .dll library file and use it in your project...

Or..

Add it from nuget package manager either by searching for AAM.Helpers or using this command to install it:

  • Install-Package AAM.Helpers.Common
  • Install-Package AAM.Helpers.Desktop
  • Install-Package AAM.Helpers.Backend

Warning!!!

Currently older methods that doesn't have the suffix SIMPLE is not working correctly, Please use the Methods ending with SIMPLE.

Official package website: