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

How to do word wrap for markdown code using ```

Earlier I wrote a post [https://peterdaugaardrasmussen.com/2022/04/12/google-sheets-how-to-reference-a-cell-in-another-sheet/] where I had a long code block like below: =IMPORTRANGE("https://docs.google. »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on Markdown, Ghostblog 13 April 2022

Google sheets - How to reference a cell in another sheet

You can easily reference a cell from another sheet in the same file using the following formula: ='<Sheet name>'!<Cell> »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on Google sheets 12 April 2022

Google sheets - How to get stock price in local currency

In this post I show you how I convert the value of my stocks to local currency. This is DKK for me, but it could be »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on Google sheets 11 April 2022

Google sheets - How to add a variable to a formula using concatenation

In this post I will use the example of getting currency rates from the Google finance API. For this we will do a conversion between two »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on Google sheets 11 April 2022

Google sheets - How to get the price of a currency (exchange rate)

What you are looking for is likely the following: =GOOGLEFINANCE("CURRENCY:<firstCurrency><secondCurrency>") You simply supply the two currencies you »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on Google sheets 10 April 2022

Entity framework - How to add static data using data seeding

I am not sure that the correct term is "static" data - it seems to be known as seeding, which is the term I »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on Entity Framework, C#, MSSQL 10 April 2022

Entity framework - How to set the connection string of the DbContext

It seems that every guide I find on Entity framework, the database connectionString is fetched from the config file magically. I wanted to inject it instead »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on Entity Framework, MSSQL 09 April 2022

Entity framework - Unable to create an object of type <type>. For the different patterns supported at design time see <link>

Today I was trying to make an initial migration using Entity framework. I encountered an error when calling dotnet ef migrations add InitialCreate: C:\Users\peter\ »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on Entity Framework, C#, MSSQL 05 April 2022

Entity framework - "dotnet ef migrations" returns "The framework 'Microsoft.NETCore.App', version '2.0.0' (x64) was not found." error

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 ' »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on Entity Framework 03 April 2022

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
← Newer Posts Page 13 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