Home About

Peter Daugaard Rasmussen

A blog on thoughts, ideas and solutions in the world of software development, programming, web development and software architecture.

← Newer Posts Page 2 of 22 Older Posts →

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 »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on HTTP, Web, Web development 14 November 2020

.Net - A great book for learning the new .Net 5

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 »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on Book review, Books, C#, .Net core, .Net 5 12 November 2020

How to fix "Alternative page with proper canonical tag" exclusions in Google Search console

I had seen the number of pages with excluded status "Alternative page with proper canonical tag" in Google Search console grow over time, but »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on Google, Web development, Website, SEO 07 November 2020

C# - When to use threads instead of tasks

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. »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on C#, Task, Thread 31 October 2020

C# - How to PUT or POST JSON using the HTTPClient in .Net core

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 »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on HttpClient, C#, Web 24 October 2020

What is new in .Net 5? and how is it different from .Net core?

This November (2020) we are getting ourselves a new version of .Net called ".Net 5". We are currently at .Net Framework 4.8 and »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on .Net, C#, .Net core 22 October 2020

Blog post number 200!

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 »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on Not programming, Blogging 17 October 2020

How to get (scrape) stock prices/quotes from websites in Google spreadsheets using ImportXml

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 »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on Spreadsheet, Google 10 October 2020

Javascript - How to remove all elements in a list (HtmlCollection) within a loop

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 »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on Javascript, Web development 07 October 2020

Javascript - how to get a child element with a specific class, attribute or any other selector

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 »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on Javascript, Vanilla javascript, HTML, Web development 05 October 2020
← Newer Posts Page 2 of 22 Older Posts →
Rss
Twitter
LinkedIn
profile for Peter Rasmussen at Stack Overflow, Q&A for professional and enthusiast programmers
Peter Daugaard Rasmussen - developer, Consultant, Blogger © 2021 Cookie policy