Home Tags Privacy About

Peter Daugaard Rasmussen

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

← Newer Posts Page 14 of 41 Older Posts →

C# - How to add request timings to an ASP.Net project

Today I wanted to set up server timings [https://www.w3.org/TR/server-timing/] for a project to see how easy it would be. I found »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on ASP.NET, C# 03 April 2022

Javascript - What happens when you do not declare but only assign a variable?

You might have stumbled upon this or known it for some time. But it is completely valid to not declare variables in javascript and just assign »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on Javascript 28 March 2022

I now have 500 daily visitors on my blog!

Ah, not every day of the week but as an average over a week. This is yet another milestone for my blog. I have had 629, »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on Blogging 21 February 2022

MSSQL - A network-related or instance-specific error occurred

I have witnessed this error quite a few times in my career. I see it every time there is something wrong with the network in a »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on MSSQL 20 February 2022

How to create a redirect to another domain using redirects.json on Ghost blog

You can use both YAML and JSON for creating redirects. In this post I use JSON but you can easily translate my examples to YAML. Redirects »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on Ghostblog 05 February 2022

C# - How to setup WebApplicationFactory in .Net 6 without a startup.cs file

Prior to .Net 6 you would have a startup.cs class to set up your asp.net application. In .Net 6 the standard is now to »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on Testing, C# 05 February 2022

C# - Get a DateTime or DateTimeOffset in UTC format or a time zone format

Most APIs you come across use a standard for the format of dates and time, often it will be the ISO 8601 format, known as round-trip »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on C# 22 January 2022

C# - How to get a property from a JSON string without parsing it to a class using SelectToken and JObject

Often you would use a class to represent the JSON object you want to Deserialize, however for whatever reason you might want to skip the class »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on C# 18 January 2022

C# - How to parse JSON using DeserializeObject from JSON.net

I recently extended a post on how to call the yahoo finance API [https://peterdaugaardrasmussen.com/2021/11/14/csharp-how-to-call-the-yahoo-finance-api/] with details on how to serialize »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on C# 17 January 2022

Blog status and search performance of 2021

So another year has passed and I am writing a status for my blog once again this year. In 2021 I made about 50 posts throughout »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on Blogging, SEO 16 January 2022
← Newer Posts Page 14 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