September 1001
If you’ve been following my blog for a little while you’ll see that my tdd-kata has been progressing, I’m still not able to finish the whole thing but I’m definitely getting better at it. I have noticed that my tests seem to run slower than the demos even though I’m writing pretty simple tests that only run in memory and don’t touch anything external. In The Art of Agile Development James Shore states that you should be able to run about 100 unit tests in a second… as things were I was able to get 9 unit tests to run in around 2 seconds. Something isn’t right.
[More]
3620e971-8a06-4d31-b197-63442a8cde36|0|.0
Permalink |
Comments (0)
August 1018
There have been some very thought provoking blog posts focussing on .NET recently and this post is my reaction to them. In “How I Feel About The .NET World Lately” Davy Brion rants a bit about some stuff he doesn’t like and Ayende has some ideas for how he would change things going forward.
[More]
a3c98568-63b6-44a0-b5cc-5361d096cdff|0|.0
Permalink |
Comments (1)
July 1031
As I take my first steps with Entity Framework CTP 4 (Magic Unicorn) I realise that all isn’t quite as sweet and smooth sailing as the examples would have me believe. But I'll show you what I mean if you read on...
[More]
6d47c1c6-7cf4-4231-8456-8521f4dc83b5|0|.0
Permalink |
Comments (0)
July 1029
Just recently I’ve been getting a double closing parenthesis when I open one. I know CodeRush has auto completion and that’s been working fine so this threw me a bit.
[More]
8a5a9118-190b-4022-a86d-e38b467c4e88|0|.0
Permalink |
Comments (0)
July 1027
When using log4net in your .Net 4.0 applications you have to make sure that you're using the full framework and not the client framework if you want your projects to compile!
[More]
9d1efbcf-5cf6-4c3b-82ac-18ac31daaeff|0|.0
Permalink |
Comments (1)