C# Flurl an elegant, fluent tool for generating a complex URL

When we use HttpCient to call web api and its url, we often use string method to concatenate url’s parameter such as its id value. The example below shows one of the string methods we often use to concatenate url’s parameters. The result console will show: We can use either string.format method or C# 6 […]

C# Flurl an elegant, fluent tool for generating a complex URL Read More »