Home Tags Privacy About
Peter Daugaard Rasmussen's Picture

Peter Daugaard Rasmussen

Programmer, Developer, Consultant.

Randers - Denmark https://peterdaugaardrasmussen.com 403 posts
← Newer Posts Page 15 of 41 Older Posts →

C# HttpClient - How to use basic authentication and set the HTTP authorization header

Basic authentication is becoming a rare sight, however it is still quite widely used due to its simplicity. In C#, using the HttpClient and HttpRequestMessage you »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on C#, HttpClient, Web and HTTP 08 January 2022

C# - Error: "Program does not contain a static 'main' method suitable for an entry point" when building solution

You are likely here because you are trying to make your main method use the async keyword. The gotcha I ran into - which is quite »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on C#, Tasks and threads 05 January 2022

Great books for programmers to read in 2022!

As I have done for the past many years, I will again this year create a list of my favourite books on software development. In recent »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on Programming in general, Books 03 January 2022

Google sheets - How to get the value of a cell from another tab to use in a formula

Using Google sheets it is quite easy to get a value from another tab and quite harder to get it from a different sheet. Luckily we »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on Google sheets 28 December 2021

Google sheets - How to link to a cell or another tab

Searching around the web I could not find an easier solution than this. I recently created a sheet with a lot of tabs. In order to »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on Google sheets 26 December 2021

C# - How to start multiple tasks and wait for them all to finish

What you are likely looking for is the method Task.WaitAll(task1, task2, task3..);. The method allows you to wait for several tasks to finish, even »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on C#, Tasks and threads 20 December 2021

Google sheets - How to get year-to-date (YTD) change for a stock

Using =GOOGLEFINANCE("HKG:9988","changepct") you can get the price change since open or last open of the exchange. However as more »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on Google sheets 05 December 2021

Terraform - How to enable Azure Application Gateway Ingress Controller when setting up Kubernetes

Following the guide from Microsoft on how to "Create a Kubernetes cluster with Azure Kubernetes Service using Terraform [https://docs.microsoft.com/en-us/azure/developer/ »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on Terraform, Kubernetes 04 December 2021

Terraform - How to create an API object in kubernetes using a manifest

Using Terraform you can easily create a Kubernetes API object using a manifest. The resource you are looking for is the kubernetes_manifest [https://registry.terraform. »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on Terraform, Kubernetes 02 December 2021

Terraform - Creating resources from Kubernetes YAML files containing multiple configurations

I recently decided to try and set up my own kubernetes cluster using terraform. One of the challenges I found was using YAML files containing several »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on Terraform, Kubernetes 01 December 2021
← Newer Posts Page 15 of 41 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 © 2025 Privacy policy