这是一个 .netcore的脚手架,支持DbFirst和CodeFirst,让开发人员无需关注底层变动,专注编写业务代码,它可以让你使用 .netcore的新特性,支持多种数据库,可以在项目中自由的使用 lambda 表达式编写业务,同时支持自定义的 sql 语句。.
Info
Version: | 3.0.11 |
Author(s): | ron.liang |
Last Update: | Monday, August 30, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/lianggx/mystaging |
NuGet Url: | https://www.nuget.org/packages/MyStaging |
Install
Install-Package MyStaging
dotnet add package MyStaging
paket add MyStaging
MyStaging Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.Caching.Abstractions(>= 2.2.0)
- Microsoft.Extensions.Caching.Memory(>= 2.2.0)
- Microsoft.Extensions.Logging(>= 2.1.1)
- System.ComponentModel.Annotations(>= 4.5.0)
- System.Text.Json(>= 4.7.2)