When calling dotnet ef migrations add you might experience the following the
error:
It was not possible to find any compatible framework version
The framework ' »
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
on ASP.NET , C#
03 April 2022
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
on Javascript
28 March 2022
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
on Blogging
21 February 2022
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
on MSSQL
20 February 2022
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
on Ghostblog
05 February 2022
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
on Testing , C#
05 February 2022
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
on C#
22 January 2022
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
on C#
18 January 2022
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
on C#
17 January 2022