Home Tags Privacy About
Peter Daugaard Rasmussen's Picture

Peter Daugaard Rasmussen

Programmer, Developer, Consultant.

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

C# - How to return a completed Task with or without a result

When using tasks you at some point come across having to return a Task without actually having a Task to return. The usual case is in »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on C#, Tasks and threads 24 August 2022

Ghost blog - How to make a tag list page for your theme

I recently made a tags page on my blog. This contains the top nine categories that I blog about, below is an image of the top »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on Blogging, Ghostblog 14 August 2022

Ezoic - Setup Google analytics tracking based on consent using Ezoic privacy

By enabling Privacy and Consent management in Ezoic you can gather consent from your users: You enable consent management here: When this is enabled your users »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on Blogging, SEO 14 August 2022

gtag - Stop gtag from sending initial pageview (Google analytics 4)

The initial gtag code for setting up google analytics looks something like the following: window.dataLayer = window.dataLayer || []; function gtag(){window.dataLayer.push(arguments);} gtag(' »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on Blogging, SEO 13 August 2022

Ezoic - "Waiting on Google to review your domain."

You are likely here because you are waiting for your site on Ezoic to be set up. While waiting, I found several pages with people complaining »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on Blogging 10 August 2022

Ezoic - Does Ghost blog work with Ezoic?

When searching for "Ezoic" together with Ghost blog pro there were close to no results out there. I was wondering what others had experienced »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on Blogging 08 August 2022

Ezoic - Static ads.txt stops working after migrating to Ezoic

Prior to moving to Ezoic I had a static ads.txt file on my site with just an adsense line in it: google.com, pub-2997413406307797, DIRECT, »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on Blogging 06 August 2022

C# - The difference between System.Tuple and System.ValueTuple

Prior to C# 7, the only type of tuple was the System.Tuple class. This type of Tuple is an immutable class (reference type) and a »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on C# 02 August 2022

C# - CS8803 Top-level statements must precede namespace and type declarations

Earlier I was putting some code together for an example. I got the following error (Top-level statements must precede namespace and type declarations): Error CS8803 Top-level »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on C# 01 August 2022

MSSQL - ALTER TABLE only allows new columns which are nullable or have a DEFAULT value specified

If you are on this page you likely got an error like the following: Msg 4901, Level 16, State 1, Line 8 ALTER TABLE only allows »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on MSSQL 15 July 2022
← Newer Posts Page 9 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