Issue 487 · Week of May 05, 2026
Feed Jobs Search Platform About Donate
← Back to feed / //dotnet

ASP.NET Core Hidden Gem – QueryHelpers

Read full article Discuss
I discovered a hidden gem in ASP.NET Core a couple of weeks ago that can help to build up and parse URL’s called QueryHelpers. Here’s how you can use it to build a URL using the AddQuer…