Dapper.FastCrud is built around essential features of the C# 6 / VB that have finally raised the simplicity of raw SQL constructs to acceptable maintenance levels. These features leave no chance to mistypings or problems arising from db entity refactorings. Visual Studio 2015 or later is...
More information
SQL Server 2008+ (including Express), SQL Server LocalDB and SQL Azure storage support for Hangfire (background job system for ASP.NET Core applications).
A small wrapper for LocalDb - using command line stuff. Can be used for creating and maintaining LocalDb instances. Super light and really simple - just a nice wrapper...
A super quick localDb testing framework for use with Entity Framework. It uses a localDB instance for the entire test run's life.
Each test's execution is wrapped into transaction to avoid test interfering with each other.
This means the cost of setting up the DB is only paid once. That is when...
More information