Monthly Archives: February 2009

Two nice tools for getting started with mocking and DI

Mocking and dependency injection can seem overwhelming the first time you read about and try to implement them. Two nice and clean frameworks are moq and ninject They are very easy to get into and both has good basic tutorials. For a beginner they cover what you want to do. I will try to show [...]

HttpContext and encodings

Lately I have been running in some trouble with Response encodings. I always forget how I solved this kind of things last time when I run into them so I’ll put it here. The scenario is that we had some problems with swedish (å, ä, ö) turning into junk when saving a textfile. First I [...]