Top 20 NuGet Packages
Package Description
Package Description
common dll may be used in other project
Simple interface for logging.
Common.Logging adapter for Enyim Memcached client library
20.7.2.10-杭州网云科技有限公司打包程序集-MD5【0/dawVx/RZ6XJCOwtsihVg==】
Logging adapter for writing Common.Logging logs to Windows Event Tracing for Windows (ETW)
Common Logging Adapter for Log4Net. Unlike Common.Logging.Log4Net1215 etc., this package is not tied to a particular version of Log4Net, so does not need to be upgraded for each new version of Log4Net.
20.7.2.10-杭州网云科技有限公司打包程序集-MD5【pD6BVtzSLO6lLH64KE+64Q==】
20.7.2.10-杭州网云科技有限公司打包程序集-MD5【8I7bww3qglh3oxj3N/kssg==】
20.7.2.10-杭州网云科技有限公司打包程序集-MD5【j0i6pUyts+rFdksm252cAg==】
Unity extension to integrate with Common.Logging logging abstraction.
Common classes and abstractions for Windows Presentation Foundation (WPF) projects
services.AddQrCode();
然后注入:IQrCodeHelp
生成条形码和二维码
发送邮件服务
startup类添加配置:
services.AddEmail(info =>
{
info.Host = "smtp.163.com";
info.Post = 587;
info.FromName = "发送者用户名";
info.FromAddress = "发送者地址";
info.FromPassword = "发送者密码(授权码)";
});
然后注入:IEmai...
只连接sqlsugar数据库
services.AddSqlSugarService(() =>
{
return new BaseQueryConfig
{
ConnectionString = connection,
DbType = SqlSugar.DbType.MySql
};
});
sqlsugar和EFcore读写分离
1.services.AddDbContext<OpenDbContext>(options => options.UseMySql(Configuration["ConnectionStrings:MySQL"]));
2. services.AddSqlSugarService(() =>
{
return new BaseQueryConfig
{
ConnectionString = Configuration["ConnectionStrings:MySQL"],
...
Simple library containing implementation of threadsafe DispatchedObservableCollection class to use in MVVM projects
Library for work with intervals and helpers fo enums