Code rant
Life as a mort.
Thursday, January 24, 2008
Writing unit tests for an MVC Framework controller sucks
›
Over the Christmas holidays I had a lot of fun writing a web application using the Castle Project's Monorail. One of the joys of doing ...
Friday, January 11, 2008
DDD6 Feedback
›
I got my feedback from my DDD6 talk today. Ben's already blogged about his , so I feel honor bound to do the same. Me a copycat blogger...
2 comments:
You have to stay up late for ALT.NET
›
I was very excited to hear that we would be having our very own ALT.NET conference here in the UK. I waited with mounting anticipation to s...
Thursday, January 10, 2008
Rob Conery on choosing your data access method
›
A while back I asked ' Why are you still hand coding your data access layer? ' I briefly covered a few of the choices available for ...
More on source repository hosting: What about Continuous Integration?
›
My previous post ' Source repository hosting: Why do it yourself? ' talked about the possibility of using an off-site source reposit...
2 comments:
Wednesday, January 09, 2008
Source repository hosting: Why do it yourself?
›
My last post was about a little open source monorail project I've been playing with. One of the cool things I discovered while looking ...
5 comments:
Tuesday, January 08, 2008
Building my first Monorail application
›
If you've read my blog you'll know I'm a big fan of the Castle project . I even spoke at DDD6 in November about the Castle P...
2 comments:
Monday, December 31, 2007
Rhino Mocks Callbacks with Lambda expressions
›
I recently wanted to write a test for this piece of code using Rhino Mocks : public void Register(string username, string password, strin...
6 comments:
Friday, December 07, 2007
RESTful Web Services by Leonard Richardson & Sam Ruby
›
I've had some experience creating web services. I've been involved in a couple of major SOA projects and even had a go at writing...
2 comments:
Exposing generic methods to frameworks that don't understand generics.
›
How do you wrap a generic method like this: public string WriteHtml<T>(string target, T source) so that frameworks which don't...
‹
›
Home
View web version