Whatever you do, don’t panic!
Posts tagged development
HTML5 Boilerplate
Aug 13th

The HTML5 Boilerplate is a (near) perfect template to start off a new web project according to the newest standards.
Read more about it on the HTML5 Boilerplate Website.
/dev/null in C#
Apr 23rd
If you need to direct output into the void in your program on a *NIX system you simply pipe or redirect it to the null device /dev/null.
Needing a similar functionality today in a C# .NET project I found the following equivalent:
Stream.Null
Seemed fairly useful to me










