Silly mysql fun
Kudos to my colleague Lars for this bit of mysql silliness

Kudos to my colleague Lars for this bit of mysql silliness
A good post on using domain events to help with one of my favourite topics separation of concerns. I used to use events quite a bit with my model view presenter based websites and windows forms apps. A bit rusty now but still trying to keep my eye in.
http://mikehadlow.blogspot.com/2010/09/separation-of-concerns-with-domain.html
Good to see model view presenter still getting some coverage. I am huge fan of model view presenter and have used it on a few projects now.