Using HttpClientFactory with WPF on .NET Core 3.0

added by DotNetKicks
3/14/2019 1:25:27 PM

1923 Views

In the last post, we talked about how to use Dependency Injection with WPF applications running on .NET 3.0. We saw that with .NET Core 3.0 we can use the same approach that we are accustomed to when working with ASP.NET Core. An interesting feature that we typically use with ASP.NET Core is the HttpClientFactory:...


0 comments