摘要:
前言: 在Autofac的使用中,提供了个种注入的API其中GetAssemblies()用着特别的舒坦。 1、core2.0也可以使用Autofac的包,但框架自身也提供了默认的注入Api,IServiceCollection(Transient、AddSingleton、Scoped) serv 阅读全文
摘要:
public void ConfigureServices(IServiceCollection services) { string strValue = Configuration.GetSection("Appsetings").GetSection("key").Value; foreach 阅读全文
摘要:
1.创建【特性】用于标注依赖注入 using Microsoft.Extensions.DependencyInjection; using System; using System.Collections.Generic; namespace Util.Attributes { /// <summ 阅读全文