Loby is a free, useful and open-source library that includes a set of tools for converting dates, sending emails, paginating, validating, pluralizing words, singularizing words, generating random items, etc. along with some extension methods for easy and fast development.
Visit the documentation for details on how to use the features in Loby.
Nuget Package Manager:
PM> Install-Package Loby -Version 2.0.0
.NET CLI:
PS> dotnet add package Loby --version 2.0.0
- Easy installation
- Free and open-source
- Includes useful tools such as:
- Dater
- Mailer
- Paginator
- PasswordHasher
- Pluralizer
- Randomizer
- Validator
- Includes useful extensions for:
- Byte
- Dictionary
- Enumerable
- Enum
- Identity
- IQueryable
- Number
- Object
- Reflection
- String