随笔分类 - DotNet Core
.NET Core
摘要:使用钉钉提供的SDK(https://developers.dingtalk.com/document/resourcedownload?pnamespace=app) IDingTalkClient client = new DefaultDingTalkClient($"https://oapi
阅读全文
摘要:public class Program { private static AppSettings _appSettings { get; } = new ConfigurationBuilder() .SetBasePath(AppDomain.CurrentDomain.BaseDirector
阅读全文
摘要:Add Migration init Update Database init 修改model后,执行迁移的命令 更新数据库 每次更新都要{update}修改 Add Migration {update} Update Database {update} Remove Migration 删除最近一
阅读全文