EasyDefine.Configuration 1.0.3.1

dotnet add package EasyDefine.Configuration --version 1.0.3.1
NuGet\Install-Package EasyDefine.Configuration -Version 1.0.3.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="EasyDefine.Configuration" Version="1.0.3.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EasyDefine.Configuration --version 1.0.3.1
#r "nuget: EasyDefine.Configuration, 1.0.3.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install EasyDefine.Configuration as a Cake Addin
#addin nuget:?package=EasyDefine.Configuration&version=1.0.3.1

// Install EasyDefine.Configuration as a Cake Tool
#tool nuget:?package=EasyDefine.Configuration&version=1.0.3.1

EasyDefine.Configuration: 是EasyDefine抽象MVC业务层和数据访问层之间进行交互的共有抽象。向View层逻辑提供相应的入口。

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.1 is compatible.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on EasyDefine.Configuration:

Package Downloads
EasyDefine.ServiceFramework

EasyDefine.ServiceFramework:封装EasyDefine服务层的逻辑,其提供的标注组件可以快速地帮助业务层定义逻辑,帮助业务层动态地编译其具体实现类。使得开发人员更加专注于业务交互。

EasyDefine.Dapper

EasyDefine.Dapper: EasyDefine提供对Dapper访问底层MySQL数据仓储的抽象,提供标注组件可以快速地实现数据的查询和命令的执行,并且提供动态实体映射的支持,向上层服务提供支持。

EasyDefine.Layui

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.3.1 1,218 8/16/2019
1.0.3 492 8/16/2019
1.0.2.7 943 6/27/2019
1.0.2.6 503 6/27/2019
1.0.2.5 1,913 3/20/2019
1.0.2 1,547 2/26/2019
1.0.1 1,737 2/15/2019
1.0.0.5 1,095 2/13/2019
1.0.0.4 1,446 2/12/2019
1.0.0.3 599 2/12/2019
1.0.0.2 593 2/12/2019
1.0.0.1 840 1/31/2019
1.0.0 888 1/29/2019

EasyDefine是一个使用动态编译技术实现的简单定义MVC三层架构的框架。用户使用标注即可生成DAL、BAL等业务,而无需进行重复冗余的编码。