07 2018 档案
摘要:AddTransient、AddSingleton、AddScoped的区别
阅读全文
摘要:create login 【LoginMame】 with password=【Pwd】--创建数据库登陆用户 create user 【DBLoginName】 for login 【LoginMame】 with default_schema=dbo--创建数据库访问用户 use 【DBName
阅读全文
摘要:using Chloe; using Chloe.Infrastructure; using Chloe.SqlServer; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Services...
阅读全文