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 »
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 »
I have recently written two posts on Scrum. The first one was on mistakes I had seen people (myself included) make when practicing scrum [https://peterdaugaardrasmussen. »
I will go right to the point here. In the title I have used the term "stub" in its broad sense. What I really »
I never use structs - there I have said it. Not because I don't like them or feel they have no use, but I »
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 »
I had a discussion a couple of weeks ago about tasks and threads. It occurred to me that I had rarely used threads and mostly used »
I recently wrote a post on Scrum mistakes that I have seen practiced throughout my career [https://peterdaugaardrasmussen.com/2018/09/27/top-10-scrum-mistakes-that-you-should-avoid/] . At first I »
My blog now has over 100 visitors per day. This is quite a milestone when you start from 0 and build your way up. My blog »
You are probably here because you got tired of Resharper telling you what to do. I wrote this because I am often using the abbreviation " »
I have sometimes found myself - at the end of a long chain of using async/await - calling something that is not using async. Sometimes »