Umbraco is an Open Source .NET based CMS. As always open source projects can teach us a lot about how things can be done properly (usually).
Here I opened one of the unit test files just to show how they do unit testing in that project. This project uses a lot of the same technologies we use. Should be helpful.
Play around with it, you might just learn something :).
Microsoft's version of Github (kinda) and yes it did. A good place to get free TFS hosting if you need it. Also a lot of .NET open source projects are hosted there, so a good place for inspiration and learning.
So you have seen all the cool stuff WebGL can do, how do you do it? Well, turns out it is not too hard with Three.js. This short presentation shows how to do cool things with WebGL.
Describes how to avoid a flash of unstyled content that is usually styled through javascript on initial load.
Should be very applicable to us (Zendesk?).
Explains how to target IE without resorting to nasty css hacks.
I am considering switching to this over conditional stylesheet(s) (iehacks.css in intra).