Home Tags Privacy About

All posts tagged with "ASP.NET"

ASP.NET is Microsofts open source .Net Web framework. On newer versions of .Net this framework is cross platform and can run on both windows and linux.

← Newer Posts Page 2 of 3 Older Posts →

ASP.NET - How to make a controller action receive text/plain content as a string - which also works in swagger - updated 2023

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 Peter Daugaard Rasmussen on ASP.NET 29 February 2020

Asp.net core - How to create a controller action with optional parameters

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 Peter Daugaard Rasmussen on ASP.NET 15 February 2020

How to fix a simple Asp.net core controller route that is not working

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 Peter Daugaard Rasmussen on ASP.NET 25 January 2020

How to use Websockets with Asp.net core - an example on how to push messages to a website

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 »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on ASP.NET, Javascript 20 January 2019

Great books on how to learn or get into ASP .NET core (updated 2020)

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 »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on Books, ASP.NET 28 November 2017

ASP.NET - 404 file not found on a image, CSS, Javscript or another static file? (updated 2020)

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 Peter Daugaard Rasmussen on ASP.NET 11 October 2017

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

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

Returning HTML or any file using Asp.Net controller

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 Peter Daugaard Rasmussen on ASP.NET 11 March 2017
← Newer Posts Page 2 of 3 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