<?xml version="1.0" encoding="utf-16"?><rss version="2.0"><channel><title>HueiFeng</title><description>冯辉,HueiFeng,.NET,.NET Core,Docker,k8s</description><link>https://hueifeng.azurewebsites.net/</link><pubDate>Tue, 07 Apr 2026 15:57:22 GMT</pubDate><copyright>(c) {year} Moonglade</copyright><generator>Moonglade v11.2-preview</generator><item><title>Using ABP vNext to Develop an Address Book Application in 5 Minutes</title><link>https://hueifeng.azurewebsites.net/post/2020/8/21/using-abp-vnext-to-develop-an-address-book-application-in-5-minutes</link><description>Using ABP vNext to Develop an Address Book Application in 5 Minutes
ABP vNext framework (hereinafter called "ABP") is an artwork-level application development framework designed by Volosoft. It is based on Domain-Driven-Design (DDD) and innovatively adopts modular development design. ABP is undoubtedly the most advanced and elegant existence in ASP.NET Core development frameworks.
I believe that …</description><author>695979933@qq.com</author><category>.NET</category><category>ASP.NET CORE MVC</category><category>ASP.NET Web APi</category><category>ASP.NET CORE</category><guid isPermaLink="false">1761F88A-0D2B-4EF9-A91E-50D20D681D22</guid><pubDate>Fri, 21 Aug 2020 00:49:10 GMT</pubDate></item><item><title>ASP.Net Core 使用HttpClientFactory Polly实现熔断降级</title><link>https://hueifeng.azurewebsites.net/post/2020/8/15/aspnet-core-httpclientfactory-polly</link><description>前言
在NET Core2.1后也是增加更新了很多东西,当然HttpClientFactory更新中的一部分.虽然说HttpClient这个实现了disposable,但使用它的时候用using包装块的方式通常不是最好的选择。处理HttpClient,底层socket套接字不会立即释放。该HttpClient类是未多个请求重复使用而创建的。需要不同的基地址,不同的HTTP 标头和其他对请求个性化操作的场景时,需要动手管理多个HttpClient实例,为了简化HttpClient实例管理,.NET Core 2.1提供了一个新的HTTPClientFactory - 它可以创建，缓存和处理HttpClient实例。
什么是HttpClientFactory
从ASPNET Core开始,Polly与IHttpClientFastory集成。HttpClientFastory是一个简化管理和使 …</description><author>695979933@qq.com</author><category>ASP.NET Web APi</category><category>ASP.NET CORE</category><guid isPermaLink="false">285C2D3E-748E-421F-86FE-D83A3D10825A</guid><pubDate>Sat, 15 Aug 2020 09:07:09 GMT</pubDate></item></channel></rss>