azrng 


    • 9,325 total downloads
    • last updated 3/18/2023
    • Latest version: 1.2.1
    ConfigureServices添加:services.AddHttpClientService(); 注入:IHttpHelper
    • 8,463 total downloads
    • last updated 3/18/2023
    • Latest version: 1.4.1
    基本的公共类库
    • 4,763 total downloads
    • last updated 12/16/2021
    • Latest version: 1.0.6
    简单封装了一些EFCore常用方法
    • 4,361 total downloads
    • last updated 3/18/2023
    • Latest version: 1.2.1
    一个jwt简单封装的类库
    • 2,674 total downloads
    • last updated 11/30/2020
    • Latest version: 1.1.2
    sqlsugar和EFcore读写分离 services.AddSqlSugarService(() => { return new BaseQueryConfig { ConnectionString = connection,... More information
    • 1,887 total downloads
    • last updated 3/10/2021
    • Latest version: 1.0.6
    services.AddHttpClientService(); 然后注入:IHttpClientHelper
    • 1,884 total downloads
    • last updated 12/16/2021
    • Latest version: 1.0.3
    封装基本的EFCore操作内存数据库的方法
    • 1,762 total downloads
    • last updated 11/12/2022
    • Latest version: 1.2.0
    1.Statrup的ConfigureServices方法添加services.AddMemoryCacheExtension(); 2.在需要使用的地方进行注入:ICache
    • 1,560 total downloads
    • last updated 1/3/2021
    • Latest version: 1.1.2
    只连接sqlsugar数据库 services.AddSqlSugarService(() => { return new BaseQueryConfig { ConnectionString = connection, DbType = SqlSugar.DbType.MySql }; });
    • 1,491 total downloads
    • last updated 12/15/2020
    • Latest version: 1.1.1
    只是包含EFCore公共Base类 1.Statrup的ConfigureServices方法添加services.AddAutoGenerationId(); 2.继承:IdentityEntity、IdentityOperatorEntity、IdentityOperatorStatusEntity... More information
    • 1,359 total downloads
    • last updated 12/16/2021
    • Latest version: 0.0.3
    操作PostgresSql基础方法
    • 1,291 total downloads
    • last updated 12/16/2021
    • Latest version: 0.0.3
    封住简单操作MySQL的方法
    • 1,253 total downloads
    • last updated 11/11/2020
    • Latest version: 1.1.0
    1.Statrup的ConfigureServices方法添加services.AddRedisCacheService("XXX:6379,password=XXX,defaultdatabase=1"); 2.在需要使用的地方进行注入:IRedisCacheManager
    • 1,099 total downloads
    • last updated 12/16/2021
    • Latest version: 0.0.3
    基本的对sqlserver增删改查的封装
    • 953 total downloads
    • last updated 12/16/2021
    • Latest version: 0.0.3
    封装了一些MySQL相关的方法
    • 798 total downloads
    • last updated 12/19/2020
    • Latest version: 1.0.1
    发送邮件服务 startup类添加配置: services.AddEmail(info => { info.Host = "smtp.163.com"; info.Post = 587; info.FromName = "发送者用户名";... More information
    • 742 total downloads
    • last updated 4/11/2021
    • Latest version: 1.0.2
    1.使用 services.AddRedisCacheService(() => new RedisConfig { ConnectionString = "xxxx:6379,password=xxxx,defaultDatabase=0", InstanceName = "prefix"... More information
    • 648 total downloads
    • last updated 3/8/2023
    • Latest version: 0.1.0-beta2 (prerelease)
    基本的公共类库
    • 613 total downloads
    • last updated 5/23/2021
    • Latest version: 1.0.1
    使用方法: 1.编写上下文类继承DbContext 2.... More information
    • 468 total downloads
    • last updated 2/25/2022
    • Latest version: 2.0.3
    NSoup is a .NET port of the jsoup (http://jsoup.org) HTML parser and sanitizer originally written in Java.