Info
Version: | 1.0.5.2 |
Author(s): | cnzhnet(巽翎君) |
Last Update: | Friday, March 18, 2022 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/cnzhnet/Wunion.DataAdapter |
NuGet Url: | https://www.nuget.org/packages/Wunion.DataAdapter.NetCore |
Install
Install-Package Wunion.DataAdapter.NetCore
dotnet add package Wunion.DataAdapter.NetCore
paket add Wunion.DataAdapter.NetCore
Wunion.DataAdapter.NetCore Download (Unzip the "nupkg" after downloading)
参考 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.