Skip to content

Latest commit

 

History

History
44 lines (36 loc) · 995 Bytes

README.md

File metadata and controls

44 lines (36 loc) · 995 Bytes

Loby

About

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.

Documentation

Visit the documentation for details on how to use the features in Loby.

Installation package

Nuget Package Manager:

PM> Install-Package Loby -Version 2.0.0

.NET CLI:

PS> dotnet add package Loby --version 2.0.0

Benefits and features

  • 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