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 35 of 41 Older Posts →

Setting up an MVC project with ASP.NET Core in Visual Studio

So this weekend I am giving .Net core a spin again. I have decided that it is long overdue and that I should give this a »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on ASP.NET 09 October 2017

ASP.NET nuget - Package restore failed. Rolling back packages...

I just had this error when updating a package in .NET Core. I always forget what this error means as there is a long time between »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on ASP.NET 07 October 2017

What is the difference between JSON and XML - and which one to use?

This comes up once in a while. Why use JSON instead of XML? Why choose one over the other? They seem so alike and yet I »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on Programming in general 06 October 2017

C# - Simplest way to turn a List of strings into a comma separated string - updated 2022

What you are looking for is most likely the static method Join from the string class. It is a very smooth way to create a comma »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on C# 04 October 2017

C# MemoryCache - Absolute expiration vs sliding expiration

So you are going to use MemoryCache and you have to choose a way to expire your cache. There are two options: Absolute expiration and sliding »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on C# 02 October 2017

Buying Dark souls 1 for Xbox one - or any other unavailable backward compatible game

For some reason it is not possible to buy Dark Souls 1 for xbox on your console. Meaning if you start your xbox and head to »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on Not programming 26 September 2017

C# - Great and simple implementation of MemoryCache - updated 2020

Years ago I made this blog post on a memorycache implementation done by Falafel software. I had a task where I needed to use caching so »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on C# 24 September 2017

C# - Differences between DataContractSerializer and XmlSerializer

Once again I had this discussion at work. What is the difference between DataContractSerializerand XmlSerializer? Why use one of them over the other? The two serializers »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on C# 20 September 2017

Getting raw POST/PUT body data from Request in a Web Api controller

Looking for a solution to get raw data (body) of a POST or PUT request in Web API? Here are two ways to do what you »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on ASP.NET 18 September 2017

Visual Studio - How to reinstall a Nuget package using commandline

If you are trying to uninstall a Nuget package just to reinstall it, you might end up in a dependency hell if other packages depend on »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on .Net, Visual Studio 14 September 2017
← Newer Posts Page 35 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