iCom NuGet Package

iCom integrates a variety of specific operation classes, such as: Cookie, Items, Cache, Form, DbContext, DbDynamic, DbConn, SqlQuery, FileUtil, FileUpload, Crypto, BarCode, StringUtil, TypeConvert, SortList, DateUtil, RegexUtil, Environal, ReflectUtil, HttpClient, ImageUtil, XmlUtil, ZipPackage, WordUtil, ExcelUtil, PdfUtil, PinyinConvert, PdfToImageConverter, JsonConfig, XmlConfig, ObjectCopy, TagHelper, SkipUrlMiddleware and so on.
// HttpContext Called in the ConfigureServices method
services.AddContextAccessor();
// Called in the Configure method
app.UseHttpContext();
// EfCore Called in the ConfigureServices method
// Application Assembly
var assembly = Assembly.GetExecutingAssembly();
// Register Database Models
services.AddDbContext(assembly);
// Auto Update Database
services.AddMigrate();
// Register All Services
services.AddService(assembly);.




Got any iCom Question?





Info

Version: 1.0.9
Author(s): HongLiang
Last Update: Wednesday, September 23, 2020
.NET Fiddle: Create the first Fiddle
NuGet Url: https://www.nuget.org/packages/iCom


Install
Install-Package iCom
dotnet add package iCom
paket add iCom
iCom Download (Unzip the "nupkg" after downloading)





STATS

must-have-score

1.3

avg-downloads-per-day

10

days-since-last-release

1283