Found 6 packages
AsyncDataAdapter is implementation of SqlDataAdapter with supports async/await.
Jehoel.AsyncDataAdapter builds on Vladimir Kloz' original AsyncDataAdapter package, with support for .NET Standard 2.0, and numerous other improvements. The original implementation is based on Microsoft's MIT-licensed implementation of DataReader, DbDataReader, and SqlDataReader.
Jehoel.AsyncDataAdapter.Microsoft.Data.SqlClient provides an AsyncDataAdapter for Microsoft.Data.SqlClient
自该 1.0.5.1 版本开始放弃对 Wunion.DataAdapter.NetCore.EntityUtils 的维护,采用新增加的 CodeFirst ORM模式。 参考 Demo 工程:https://github.com/cnzhnet/Wunion.DataAdapter.Examples 开发人员文档: https://github.com/cnzhnet/Wunion.DataAdapter/tree/master/Documents -------------------------------------------------------------------------------------------------- Since the 1.0.5.1 version, the maintenance of Wunion.DataAdapter.NetCore.EntityUtils has been abandoned, and the newly added CodeFirst ORM mode has been adopted. See the Demo project: https://github.com/cnzhnet/Wunion.DataAdapter.Examples See the developer documentation: https://github.com/cnzhnet/Wunion.DataAdapter/tree/master/Documents -------------------------------------------------------------------------------------------------- 1.0.5.2 更新说明(Update Logs) 仅仅为了更新nuget包的说明信息 Just to update the nutet package description information 1.0.5.1 更新说明(Update Logs) 增加 CodeFirst 支持,需要安装 dotnet tool “WDA-CF”. Add CodeFirst support, need to install dotnet tool "WDA-CF". 在 DbContext 以及 QueryBuilder 中增加异步方法的实现. Add implementations of async methods to DbContext and QueryBuilder.
A unified serialization library for .NET that provides a consistent API for various serialization formats including JSON, XML, YAML, TOML, and MessagePack.