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

Google sheets - Conditions using IF THEN ELSE formula

The basic structure of the IF THEN ELSE formula in Google sheets is an IF formula with parameters, it looks like the following: =IF(logical_expression; »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on Google sheets 17 November 2022

MSSQL - How to use variables in SQL statements

This post will demonstrate how to SELECT from a MSSQL table using a variable. There will be three examples: * Simple select statement * Setting a variable from »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on MSSQL 14 November 2022

Google sheets - How to create a drop-down list in a cell

You can easily create in-cell drop-downs in Google sheets using the "Data validation" menu point. It can be found under: * Data * Data Validation Located »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on Google sheets 09 November 2022

MSSQL - Creating a table with an auto increment Primary key or adding it later

In MSSQL you can set auto increment for a column using the IDENTITY property. This will often be used on the primary key column, but it »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on MSSQL 30 October 2022

MSSQL - Having a SELECT statement in a WHERE clause or part of SELECT statement (using subqueries)

For this blog post we will use the following two tables as examples, the scripts are written in SQL for MSSQL but it should be transferable »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on MSSQL 29 October 2022

C# - How to convert an int to an enum or an enum to an int.

This post shows how to convert an int to an enum or an enum to an int. You do not use a convert method, but rather »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen 26 October 2022

C# - Entity Framework handling Migrate() when deploying old versions of code

Some code bases use the .Migrate() or .MigrateAsync() to upgrade their databases to the newest version. Using .Migrate() with no additional parameters upgrades the database to »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on C#, Entity Framework 25 October 2022

How to add a column in Microsoft SQL server

The examples in this post are for MSSQL (Microsoft SQL server) but they will likely work with most other databases. If we have the following Table: »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on MSSQL 24 October 2022

Google sheets - What is the $ sign (Dollar-sign) for when referencing a cell?

You can reference a cell in Google Sheets by using its location, for example A1, B4 or C2. The location is the combination of the Column »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on Google sheets 23 October 2022

C# - SelectTokens get multiple properties from a JSON structure

I have made a quite a few posts about SelectToken and SelectTokens by now. This post describes how to get two or more properties from a »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on C# 22 October 2022
← Newer Posts Page 6 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