Legend and truth
An opinionated .Net developers blog. The official blog for FakeItEasy.
Monday, March 30, 2009
Unleashing modules
›
I’m a big fan of the Autofac IoC-container , it’s pretty light weight, blazingly fast and very object oriented. One of the features I love ...
4 comments:
Sunday, March 8, 2009
If If Then Throw New CodeSmellException()
›
I’ve had this – somewhat controversial – opinion for a long time, that if you have an if-statement there’s something wrong with your design....
Thursday, February 26, 2009
Fluent interface for argument validation
›
I was fiddling around a bit with a fluent interface for validating method-arguments, it looks kind of promising… Public Class Foo ...
Thursday, February 12, 2009
String concatenation made easy
›
How many times have you written code similar to this? 1: var builder = new StringBuilder(); 2: 3: foreach ( string foo in ...
‹
›
Home
View web version