摘要:
原文链接: "Deep dive into .NET Core primitives: deps.json, runtimeconfig.json, and dll's" 作者: "Nate McMaster" C 编译器(The C Compiler) C 的编译器可以将cs文件转换为dll文件, 阅读全文
摘要:
Autofac Autofac(https://autofac.org/)是一款.NET的IOC组件,它可以和Owin, Web Api, ASP.NET MVC, .NET Core完美结合,帮助开发人员轻松解决程序中的依赖注入问题。 动态注入启动Web Api 所谓的动态注入启动Web Api需 阅读全文