LTCingFW 1.2.6
dotnet add package LTCingFW --version 1.2.6
NuGet\Install-Package LTCingFW -Version 1.2.6
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="LTCingFW" Version="1.2.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add LTCingFW --version 1.2.6
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: LTCingFW, 1.2.6"
#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 LTCingFW as a Cake Addin #addin nuget:?package=LTCingFW&version=1.2.6 // Install LTCingFW as a Cake Tool #tool nuget:?package=LTCingFW&version=1.2.6
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#LTCingFW说明#
##一、概述
LTCingFW是一个轻量级C#Winform应用的框架,它主要用于帮助程序简单化编程和整体规范化架构。本着一切简单化的原则,尽可能的让一切可读性、操作性提高,让程序员的工作量变少。
###1.1 目录:目录结构
- 项目
- 引用
- log4net.dll
- LTCingFW.dll
- AOP
- ASPECTS.cs
- MVC
- CONTROLLER
- MODEL
- SERVICE
- VIEW
- VIEWMODEL
- RESOURCE
- UTIL
- App.config
- log4net.config
- LTCingFW.xml
- 引用
图1-1
###1.2 使用: ####1.2.1 将LTCingFW.xml放到你的项目中,并设置为始终复制。
<?xml version="1.0"?>
<LTCingFW>
<beans>
<bean name="OPCControl" type ="OPCServerRW.OPCControl"></bean>
</beans>
<aspects>
<aspect scope="*.Service.*.~Save" beforemethod="LGPMS.Aop.AopPlugIns.testBeforeAop" aftermethod="LGPMS.Aop.AopPlugIns.testAfterAop"/>
</aspects>
<dbs>
<db dbAlias="labdb">
<providername>System.Data.SqlClient</providername>
<connectionstring>Data Source=192.168.12.241;Initial Catalog=test;User ID=XX;Password=XXX;Pooling=True;Min Pool Size=1;Max Pool Size=500;Connect Timeout=5</connectionstring>
</db>
<db dbAlias="oracle1">
<providername>Oracle.ManagedDataAccess.Client</providername>
<connectionstring>DATA SOURCE=192.168.12.241:1522/test;USER ID=XXX;PASSWORD=XXXX;POOLING=True;MAX POOL SIZE=500;DECR POOL SIZE=2;CONNECTION TIMEOUT=5;INCR POOL SIZE=5;MIN POOL SIZE=1</connectionstring>
</db>
<db dbAlias="mysql1">
<providername>MySql.Data.MySqlClient</providername>
<connectionstring>server=127.0.0.1;database=test;user id=xxx;password=xxx;connectiontimeout=5;pooling=True;maxpoolsize=500;minpoolsize=1</connectionstring>
</db>
</dbs>
<configs>
<sqlserverdatalocation>E:\SqlserverData\</sqlserverdatalocation>
</configs>
</LTCingFW>
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Summary of changes made in this release of the package.