Home

Peter Daugaard Rasmussen

A blog about thoughts, ideas and solutions in the world of programming and web development.

← Newer Posts Page 2 of 15 Older Posts →

C# - Make project build depend upon another project without creating a reference to a DLL

I recently wanted to create a dependency between two projects, so that I could control the build order. I knew how to do this easily through »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on c#, .net, Visual-Studio 13 January 2019

C# - DateTimeOffset versus DateTime, why use offsets?

DateTime and DatimeTimeOffset are very much alike. They both consist of a date and a time, however a DateTimeOffset also has an offset, which defines an »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on c#, DateTimeOffset, DateTime 06 January 2019

What are the `` symbols (back tick) in javascript? and what does the following ${something} do?

The `` signs are used to create templates, they have the fitting name "template literals". These are used to make it more simple to create »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on javascript, string-interpolation, string 01 January 2019

Great must-read programming books for developers that you should read in 2019

As I have done for the past 3 years, I will again this year create a list of my favourite books on software development. As seen »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on books, programming, software, development, architecture 23 December 2018

Aspects about Scrum that I dislike and bad implementations of it

I have recently written two posts on Scrum. The first one was on mistakes I had seen people make when practicing scrum. The other was about »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on scrum, agile 21 December 2018

Mocks vs stubs, the pros and cons of frameworks vs implementations

I will go right to the point here. In the title I have used the term "stub" in it's broad sense. What I really »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on Mocking, Test-Doubles, test 03 December 2018

C# - Structs vs classes (reference vs value type) and when to use what

I never use structs - there I have said it. Not because I don't like them or feel they have no use, but I have rarely »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on c#, struct, class 28 November 2018

C# - What does boxing and unboxing mean?

In this blogpost I will try to make a simple to understand description and example of boxing and unboxing. In order to understand what boxing and »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on c#, object, struct 11 November 2018

C# - What is the difference between threads and tasks?

I had a discussion a couple of weeks ago about tasks and threads. It occurred to me that I had rarely (never?) used threads and only »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on c#, .net, threads, tasks 08 November 2018

The good things about scrum and why scrum can be great

I recently wrote a post on Scrum mistakes that I have seen practiced throughout my career. At first I wanted to write why Scrum is bad »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on scrum, agile 25 October 2018
← Newer Posts Page 2 of 15 Older Posts →
Rss
profile for Peter Rasmussen at Stack Overflow, Q&A for professional and enthusiast programmers
Follow @PeterDRasmussen
Peter Daugaard Rasmussen - Developer, Consultant, Blogger © 2019