Skip to content

Ben-Scr/UtilityCS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

149 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C# Utility Library

A wide-range .Net 9.0 C# Utility Library combining all of my libraries

Usage

  • Serialization and Deserialization (JSON, XML, Binary)
  • File Management
  • Collections
  • Native Collections
  • Randomization
  • Cryptography
  • Password Generation
  • Encryption and Decryption (AES)
  • Mathematics
  • Logging
  • Mini LINQ

How to install

Option 1 - Clone the Repository

  1. Clone with
    git clone https://github.com/Ben-Scr/UtilityCS
  2. Add UtilityCS.csproj to your project
    or test the features directly in UtilityPlayground.csproj.

Option 2 - Install via NuGet

  1. Install the package from NuGet:
    dotnet add package UtilityCS
    

How to use

Take a look at Playground/Program.cs

Namespaces

using BenScr.Collections;
using BenScr.Collections.Native;
using BenScr.Math;
using BenScr.Random;
using BenScr.Security.Cryptography;
using BenScr.Diagnostics;
using BenScr.IO;
using BenScr.Linq;
using BenScr.Reflection;
using BenScr.Text;
using BenScr.Debugging;

About

C# Utility Library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages