colinramsay.co.uk

NHibernate makes you work for elegance

14 Jan 2008

I've just ripped out a load of SqlAdapter/SqlDataReader code from the application I'm working on and replaced the whole lot with NHibernate. Much less code, with all my data access stuff in a single place - I don't have to go to the database and set up a stored procedure or anything like that.

This is the first time I've used Criteria to do anything complicated and thus far I've been able to come up with tidy looking solutions to all of my problems. But in a couple of cases I've been struggling to express my query in terms of criteria, and I've become pretty frustrated with the documentation. What's there is good, but woefully brief.

Google and Ayende to the rescue, and by piecing together knowledge from various blog posts, I've got great code. But I had to do a fair bit of trawling to get there!

Feedback or questions on this post? Create an issue on GitHub.