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 »
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 »
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 »
The `` signs are used to create templates, they have the fitting name "template literals". These are used to make it more simple to create »
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 make when practicing scrum. The other was about »
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 »
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 »
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 (never?) used threads and only »
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 »