Legend and truth
An opinionated .Net developers blog. The official blog for FakeItEasy.
Thursday, May 21, 2009
NUnit ValuesAttribute is tasty delicious!
›
There are quite a few nice features in the new 2.5 release of NUnit so if you’ve not yet checked it out please do so. I’ve migrated to it in...
Sunday, May 17, 2009
Cast null values in tests
›
My first tests of classes are often tests that asserts that the constructor throws ArgumentNullException for null arguments, something like ...
2 comments:
Tuesday, April 21, 2009
Open source
›
I’ve decided to open source most of my personal libraries (not those specific to clients obviously). Find them at CodePlex .
Synchronization and unit testing
›
There are a number of different ways to synchronize access to resources in .net, the most common ones are probably the Monitor class (used b...
Thursday, April 2, 2009
Unleashing modules – part 2
›
This is a continuation to the post that I did a couple of days ago about loading AutoFac -modules with the help of MEF (Managed Extensibil...
3 comments:
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....
‹
›
Home
View web version