Top 20 NuGet Packages

The connection management wrapper for Dapper.net. *************************************** // To create an instance of database context inherit DbContext class TestDb : DbContext { private const string ConnectionName = "DefaultConnection"; private TestDb() : base(ConnectionName) { } } // e...
Entity generation using classic component model annotations for Dapper.FastCrud from a LocalDb or Sql Server database. Entity domain partitioning can be achieved via separate template configurations. The installation package provides a sample config file, SampleModelGeneratorConfig.tt. Do not modify...
Package Description
A small library that adds generic repository features to Dapper, and additionally predicates and a logging system.
Markdown LdapException for nice logging and error dialogs
DeleteAll generation for Microsoft.EntityFramework.Relational, constraints migration tools
Markdown SqlExpression for nice logging and error dialogs
Data Access Component - thin wrapper of ADO.NET eliminating the need for the transactional support provided by COM+, supplying a uniform interface to different data sources thus allowing for easy switching to another data source eventually.
SQL Server and SQLite Initialization
A C# client implementation for DataDog's APM solution for AspNetCore.
Use Excel to create, update, upsert or delete records in Dataverse. Now with better logging, the ability to save and re use data maps, and faster data entry.
Editor is a Create, Read, Update and Delete (CRUD) plug-in for DataTables that provides the ability to easily add, edit and delete rows on a database that is displayed by a DataTable. The software available in this package, acts as server-side libraries for Editor in .NET environments (.NET Framewo...
TypeScript Definitions (d.ts) for date.format.js. Generated based off the DefinitelyTyped repository [git commit: b14601af3fb2ad72d5048e94188a569a1838fb9c]. http://github.com/DefinitelyTyped
my package
Autofac registration modules for IDbExecutor and IDbExecutorFactory (for multiple SQL providers)
Simple Stored Procedure Support for Castle Active Record
Sql commands wrapper, a mini ORM.
AJAX database driven web reporting and editing components. Can be implented as an MVC view, Web form server control or client-side JavaScript object.
Package manager console command "Add-Migration" that creates an sql file with date and time (yyyyMMddHHmmss) in the file name (e.g. 20170730185349_Migration.sql)
dcsoup is a .NET library for working with real-world HTML. It provides a very convenient API for extracting and manipulating data, using the best of DOM, CSS, and jquery-like methods. This library is basically a port of jsoup, a Java HTML parser library. see also: http://jsoup.org/ API reference is ...