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. »
Peter Daugaard Rasmussen
on ASP.NET
29 February 2020
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 »
Peter Daugaard Rasmussen
on ASP.NET
15 February 2020
Once in a while I add a new action to my controller and for some reason it does
not work, even though I have a whole »
Peter Daugaard Rasmussen
on ASP.NET
25 January 2020
I finally decided that it was time to give websockets a try. They have been
around for over a decade, but I just had not found »
Back in 2017 I started looking into .Net core Because of this I started scouting
the web for good resources on .NET core. I am mostly »
If all your files in your wwwroot (or whatever you call your web root) folder
gives you a 404. Then you have most likely misconfigured your »
Peter Daugaard Rasmussen
on ASP.NET
11 October 2017
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
on ASP.NET
09 October 2017
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
on ASP.NET
07 October 2017
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
on ASP.NET
18 September 2017
I have updated this post to take asp.net core into consideration. If you are looking for an answer on how to do this in Web »
Peter Daugaard Rasmussen
on ASP.NET
11 March 2017