October 2009 Entries
I've just had a fun evening trying to come up with a half-suitable solution for this problem and thought it worth documenting here although my next entry isn't due for a couple of days.
As previously mentioned, we run a legacy classic ASP system for most of our clients and we're in the process of writing a replacement system in .NET.
This week we finished the user acceptance testingĀ on the first deployable .NET application - a small interface built as a replacement for a small portion of that classic ASP system and needed therefore to build it to a live server.
The...
posted @ Wednesday, October 28, 2009 11:32 PM |
I was quite excited when Ayende announced that he had written a Linq provider for NHibernate which was of production quality.
It came with a few caveats, it could only do what criteria currently supported and they hadn't implemented any sort of join support. I considered these to be perfectly reasonable items on the todo list, given that they are actively working on creating a more complete linq provider that does everything people would want it to do.
I do the vast bulk of my queries using the criteria API, written as specifications against thin repositories, and adding a LinqSpecification was a...
posted @ Thursday, October 22, 2009 12:00 AM |
I had a blog here once, it was mostly personal with a bit of code talk thrown in and the focus of the website was actually in showcasing all the projects I'd completed so people could see that I wasn't just a nerd who spent all his time on IRC and played games - I was a productive nerd who spent all his time on IRC and played games.
I'd been spending the vast majority of my time since leaving university meandering around and writing code for various people whilst learning on my own personal projects.
Roughly a year ago I went...
posted @ Wednesday, October 21, 2009 11:37 AM |