Spotify plays and adds random songs to my playlists
Normally this blog is on software development, however this really bugs me and I think I figured it out. There seem to be a set of »
Normally this blog is on software development, however this really bugs me and I think I figured it out. There seem to be a set of »
I have several iframes on my website due to affiliation with Amazon. However my Google Search Console recently gave me the error: A tag on this »
Last week I was making a new “about'' page for my blog using Ghost Blog pro. When I uploaded the file I saw an »
I have created an about page on my blog. Finally I found the time to get this done, you can find the about page at the »
My previous post on websockets on how to stream messages to a client [https://peterdaugaardrasmussen.com/2019/01/20/how-to-use-websockets-with-asp-net-core-with-an-example/] has become quite popular. I felt »
If you wish to change the URL that your browser is directed to, when starting your new asp.net project you need to change your launch »
I have recently had to make an endpoint in ASP.NET (core) that receives text/plain content - or raw text as you may call it. »
I found it hard to find an example online showing a simplistic way to create named value tuples in a list. Most of the examples I »
In this post I show you how to use optional parameters in asp.net core. It is actually quite simple as it works just the same »
This post may seem like sub optimization to some, however high readability of code makes code easier to understand and thereby change. In my opinion, great »