dll used in .net framework projects. This project contains extension methods for quick actions when dealing with strings, files, bytes, and a few other tools to help out along the way
Currently targets framework 4.8.
*This is a work in progress, and changes will be made frequently.
Pull this to your local machine. Build the solution. Find the path to the NetFrameworkHelper.dll in the bin\release folder. Add that to references in your project.
To use the library, simply add the namespace via a using statement.
Ex: using NetFrameworkHelper;