原文: 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.
本文介绍了一个简单实用的异步SQL数据库封装库,该库旨在简化数据库编程并避免死锁。开发者可以轻松连接到SQL Server数据库,执行存储过程或T-SQL查询,并异步接收结果。此库用C#编写,无外部依赖。
1114

被折叠的 条评论
为什么被折叠?



