摘要:
问题来源 长期以来,.NET开发者都通过下面的方式发送http请求: 这段代码理论上来说遵守了C 的最佳实践,HttpClient是IDisposable类型,所以我们通过using语法糖来使用HttpClient。微软官方的文档也提到: As a rule, when you use an IDi 阅读全文
摘要:
As a developer, you may think that your job is to write code. However, Software development is not a product pipeline. If all developers just simply a 阅读全文