原文: http://www.codeproject.com/Tips/894553/Asynchronous-SQL-Database-Wrapper
I have always been searching to find a simple yet useful library to simplify database related programming while it provides asynchronous methods to prevent any deadlocks.
Most of the libraries I found were too complicated or were not flexible enough so I started to develop my own.
Using this library, you will be able to easily connect to any SQL-Server database, execute any stored procedure or T-SQL query and receive the results asynchronously. The library is written in C# and uses no external dependency.