REST - Should you use a body for your HTTP DELETE requests?
I recently had to make an endpoint for a deletion of a resource, for this I wanted to use the HTTP Verb DELETE. However I had »
I recently had to make an endpoint for a deletion of a resource, for this I wanted to use the HTTP Verb DELETE. However I had »
So far there are not many books for .Net 5, as it was so recently announced. What I have found from ratings is that the following »
I had seen the number of pages with excluded status "Alternative page with proper canonical tag" in Google Search console grow over time, but »
I have not yet found a situation where I needed a thread instead of a Task. Threads are a lower level concept when compared to tasks. »
In this post I demonstrate how you can POST or PUT JSON using the HTTPClient in C#. The simplest way to do this is using the »
This November (2020) we are getting ourselves a new version of .Net called ".Net 5". We are currently at .Net Framework 4.8 and »
Back in July 2018 I made a blog post that I had reached a blog post count of 100. Today I can announce that this will »
It is no secret that I like to spend some time on investing, buying and selling stocks and index funds. I use Google spread sheets in »
I recently wanted to remove certain elements on my page. They all shared the same class, but I ran into problems when the last one in »
In order to get a child element or several child elements I would suggest you use the querySelectorAll or QuerySelector functions. Yes these can be both »