Top 20 NuGet generic Packages

A lightweight generic entities cacheable repository using Dapper
Repository wrapper for Dapper. Supports both sync and async CRUD, table/column naming by attributes - Supports SQL Server, PostgreSQL, and MySQL - Includes async methods
Provides a Parse generic extension method for string that converts string to T and no boxing occurs ``` C# // The following code does not occur boxing var a1 = "123".Parse<int>(); // a1 == 123 var a3 = "123".Parse<int?>(); // a3 == 123 ``` # Usage example ``` C# using System; using Sys...
An asynchronous REST API client that allows you to make API calls using LINQ syntax.
An out-of-the-box Web API for invoking database stored procedures, transforming the results as JSON, BSON, JSONP, XML, CSV, Excel xlsx, or any text generated by Razor dynamic template. Please visit https://github.com/DataBooster/DbWebApi for detail.
RepositorioGenerico é um Framework ORM OpenSource escrito em C# para utilização em projetos com qualquer quantidade de tabelas.
RepositorioGenerico é um Framework ORM OpenSource escrito em C# para utilização em projetos com qualquer quantidade de tabelas.
RepositorioGenerico é um Framework ORM OpenSource escrito em C# para utilização em projetos com qualquer quantidade de tabelas.
RuleValidator for entity validation base on custom rules
Attempts to bring consistency to the Core GenericHost when compared to the WebHost. It allows passing of a Startup class when building the host. This project tries to bring consistency to using the .Net Core Generic Host when compared to using the Web Host. It brings with it the ability to pass a S...
A simple generic data repository.
Generic library for .NET with helpers
An out-of-the-box Web API for invoking database stored procedures, transforming the results as JSON, BSON, JSONP, XML, CSV, Excel xlsx, or any text generated by Razor dynamic template. Please visit https://github.com/DataBooster/DbWebApi for detail.
Generic Functions (generic-functions) binding library for Bridge.NET projects.
Extends ADONetHelper library for SQL Server
Extends ADONetHelper library to Sqlite
Extends ADONetHelper library to Odbc
Extends ADONetHelper library to Oledb
Slight extension of the Banane9.StateMachine package for chat bots.
Generic ADO.NET client library to connect to a relational database system using a given providers ADO.NET driver. Driver can be in Global Assembly Cache or referenced as a nuget package.