This post was sparked from a question on Stackoverflow
[https://stackoverflow.com/questions/65255133/is-there-an-option-in-visual-studio-that-sets-console-background-color-for-each]
that I thought was common knowledge. The question was on how »
This post demonstrates how you can change the Encoding when using the HTTPClient in C#. You can do this by setting the encoding on the StringContent »
Peter Daugaard Rasmussen
on HttpClient
26 December 2020
It took me way too long to figure out how to link to a headline further down in
my blog post within markdown. I hope I »
I have been wanting to write an architecture post for some time, as I have always been interested in Software Architecture. This post is not on »
As I have done for the past 5 years, I will again this year create a list of my favourite books on software development. In recent »
In a previous post I showed how you can send XML using the HttpClient in asp.net core, using the following code snippet:
var httpClient = new »
Peter Daugaard Rasmussen
on ASP.NET
28 November 2020
I recently needed to sum all the negative and positive numbers in a range before adding them together. This was to see the total earnings and »
I have worked on several Scrum teams and a couple of Kanban teams throughout my
time as a developer. Most of the times I have worked »
Peter Daugaard Rasmussen
on Agile
17 November 2020
In short: There is nothing in the specifications that prohibits the use of a body for a HTTP Delete request. However for some HTTP clients this »