-
NHibernate, Part 2 of xxx: Is it worth it?
Ok. So. I’ve been playing with the object relational mapping framework called NHibernate for a while now. I’m pretty conflicted about it. It’s definitely cool and it has a lot of great features (most of them I’m probably not even aware of yet). If you’re doing .NET development, it’s pretty much a given that you know ADO.NET…
-
Puppy Linux.
FYI, this has nothing to do with dogs. These guys/dudes/people are working on a super small version of Linux. They claim that they’ve got it down to a size that they can easily boot off of a USB flash drive. If I get 2 seconds, I’d really like to try that out. http://www.goosee.com/puppy/ I’ve downloaded…
-
DVD-R Drive Hosed MS Virtual Server 2005? Whuh?
I’ve got MS Virtual Server 2005 installed and I use it to test various server configurations. I tried to turn on the virtual machines tonight and kept getting the following error:“SERVERNAME” could not be started because there is not enough physical memory or system resources available. This seemed unusual because there was about 150GB of…
-
NHibernate, Part 1 (of X)
It’s about time for the first technology related post. Since .NET came out, I’ve been a big fan of having a data access tier that fills and returns typed datasets using stored procedures . It’s worked out well. Easy enough to write and maintain. It gives you a nice layer of abstraction off of the physical data store…