We got an urgent issue when trying to associate a WinUI3 project with the Microsoft Store. Really appreciate it if someone can help us fix it.
https://t.co/xxX1uHvQ8h
#msbuild#Windows#MicrosoftStore#WindowsDev c
Middleware, but for your HttpClient?
Yes, we have this in ASP .NET Core.
DelegatingHandlers allow you to add behavior around outgoing requests.
This is the opposite of what you typically use "middleware" for.
An excellent use case for this feature?
Adding authentication headers to the request. 👇
Here's how to implement this + 2 more use case for DelegatingHandler: https://t.co/hB8UHvTc3m
I've also used this for retries, service discovery, and more.
Have you tried this feature?
---
Sign up for the .NET Weekly with 74K+ other engineers, and get a free Clean Architecture template: https://t.co/b9h0H9yudB
In tech it’s easy to assume you know things. I challenge myself by explaining concepts to friends or even to AI. If I get it wrong, I learn. Never stop testing what you think you know.