摘要:
原文地址:Pre compressed static files with ASP.NET Core 作者:Gunnar Peipman 译者:Lamond Lu 译文:https://www.cnblogs.com/lwqlun/p/10552131.html 示例代码:https://githu 阅读全文
摘要:
原文: "Running async tasks on app startup in ASP.NET Core (Part 3)" 作者:Andrew Lock 译者:Lamond Lu 之前我写了两篇有关在ASP.NET Core中运行异步任务的博文,本篇博文是对之前两篇博文中演示示例和实现方法的 阅读全文
摘要:
原文链接: "Common features in ASP.NET Core 2.1 WebApi: Validation" 作者:Anthony Giretti 译者:Lamond Lu 介绍 验证用户输入是一个Web应用中的基本功能。对于生产系统,开发人员通常需要花费大量时间,编写大量的代码来完 阅读全文
摘要:
原文地址: "How to unit test a class that consumes an HttpClient with IHttpClientFactory in ASP.NET Core?" 作者: "Anthony Giretti" 译者: Lamond Lu 介绍 几年前,微软引入了 阅读全文