Home - NueGy/NgLib GitHub Wiki

C# .Net library tools, Dev components, OpenSource

The project is based on two mains libraries.

  • Nglib.dll Generic Tools,Abstractions, small library for a publication with Blazor (Nuget)

  • Nglib.Core.dll Tools, library for backends applications (Nuget)

Documentation COMPONENTS

Documentation for Api/Class/Namespace (Only mains components)

APP

  • CODE Tools for reflection, Compilation
  • DIAG/PROCESS Application exe/console Tools

DATA

  • ACCESSORS Interface for object manipulation GetString(), GetInt(), GetDateTime(), GetEnum(), ...

  • CONNECTOR This is an extension of ADO.NET/DbConnection functionality to launch SQL queries with a minimum of code. (Nglib.Core)

  • DATAPO Allows you to manipulate database objects (ADO.NET DataTable/DataRow). Providers for common persistence operations with the database. (Nglib.Core)

  • KEYVALUES Serializable data dictionary in Json format

  • COLLECTIONS Extensions and tools to manipulate collections

FORMAT

  • NumberTools,DateTools,ObjectbaseTools,StringTools,... Additional manipulation tools
  • KeyTools Generate/Parse Nglib Custom ID (Nglib.Core)

SECURITY

  • CRYPTO Hash/AES & Cryptography Tools (Nglib.Core)