28 Nov
2009

Database Change Management with Tarantino

Seeing as how I have not graced these pages with my presence in quite some time. I figured I better get something going. A little while back my team started working with some outside contractors and our make shift way of keeping changes in sync and under control was simply not cutting the mustard. Why […]

Read More
19 Jul
2009

NHibernate 2.1 and Collection Event Listeners

In a previous post, I talked about cascading deletes being a new feature introduced by NHibernate 2.0. If you haven’t heard about this before, then you’d probably be interested to read about it first. Cascading deletes are all great if your database of choice supports CASCADE DELETE foreign key constraints. But what if it doesn’t […]

Read More
15 May
2009

Sybase working to improve NHibernate support

If you also subscribe to Chris? feed here at Elegant Code you might have determined that we work for the same organization. We both regularly use Sybase databases, in particular ASA and Ultralite, which, unlike Chris, I can spell correctly :). We?re also both NHibernate users and have been for several years. We have 5 […]

Read More
25 Mar
2009

FubuMVC From Scratch – Part 4 Persistence

Previous posts in series: FubuMVC From Scratch Part 1 ? Basic project structure setup FubuMVC From Scratch Part 2 ? FubuMVC configuration and Controller setup FubuMVC From Scratch ? Part 3 (Adding View to project) Persistence is a requirement in virtually every application that we write today, and now the time has come for us […]

Read More