.Net Core WebApi

最近学习了下.Net Core,学习编写基于.Net Core3.1编写的webapi服务,由于本机没有安装redis,所以在注册redis服务时代码注释(本人在WebApiServer\Startup.cs代码文件中注释此句代码:services.AddSingleton();) 还有就是在WebApiServer\SetUp\AutofacModuleRegister.cs文件中注入依赖注释,代码中均注释说明。

代码下载:https://gitee.com/qgmxbt/core-web-api-server

你可能感兴趣的:(.Net,Core,.Net,Core,C#,WebApi)