.net mvc 常用的nuget库
1.NOPI用来操作Excel
2.ZKweb.Fork.QRcoder用来生成二维码
3.Z.EntityFramework.Extensions对数据库的增删查改操作效率高
需要注册:
string licenseName = "13;100-TEST";
string licenseKey = "0D0E8959891B87975F829CA4DDBA76B1";
Z.EntityFramework.Extensions.LicenseManager.AddLicense(licenseName, licenseKey);
string licenseKey = "0D0E8959891B87975F829CA4DDBA76B1";
Z.EntityFramework.Extensions.LicenseManager.AddLicense(licenseName, licenseKey);
4.ICSharpCode.SharpZipLib生成压缩文件
5.BarcodeLib生成条形码