mojtabanabavi / Loby

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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.

License:MIT License


Languages

Language:C# 100.0%