MadSoul.Common is a .NET library containing a collection of commonly used functions, utilities, and helper classes designed to simplify and speed up development in .NET projects. This library aims to provide reusable, efficient, and well-tested components that can be used across multiple projects.
MadSoul.Common contains various utilities and helper methods often needed in .NET applications. This library includes functions for common tasks such as string manipulation, data conversion, validation, logging, and more. By consolidating these into one package, developers can avoid redundancy and ensure consistency across projects.
To use MadSoul.Common in your .NET project
- .Net Core , 3 or higher , .Net standard 2.1
You can install MadSoul.Common via NuGet Package Manager:
dotnet add package MadSoul.Common