[C#] The Nullable paradox, part 2
In the previous part, we saw that we can’t use nullable types with generic constraints. I gave the beginning of an explanation, but now we’ll see the full story. …
[Links] Various topics
1. Why you shouldn’t interrupt a programmer …
[C#] The Nullable paradox, part 1
Did you ever try to use a Nullable as a generic type parameter ? Well it works as expected… as soon as you don’t have any type constraint. …
[C#] I wish I knew : Nullable<T>.GetDefaultValue(T)
I’ve been a professional C# developer for years now, but I’m still discovering trivial stuffs. In “I wish I knew”, I describe a feature that I missed. …
[Ghost] Install postfix and let Ghost send mails
Let’s say you have a dedicated server running you blog on Ghost. Now every time you go to the /admin page, you get the following warning: …
[Ghost] Install along with Apache
How to run a Ghost blog on a server running an Apache server. This guide has been tested with Ubuntu server 14.04.1. …