Software management consultant and CTO, Headspring Systems
Browse by Tags
All Tags »
Data Access (
RSS)
-
|
I'll be attending the AltNetConf . Convenient for me that it's in Austin, TX. It's an open space conference, and I consider it the founding conference of a conversation that is "Alt.Net". I'll be proposing the topic: What are...
|
-
|
This topic is for those already using NHibernate. By looking at the forum, that is a whole load of people! As always, my blog posts stem from experience, and this is no different. It's been a year since I first tried out NHibernate, and since then...
|
-
|
Once again, I'm behind the times. COMB Guids have been around since 2002, and I'm just now finding out about them. In short, WinNT used to use the MAC address of a network card to help generate GUIDs, and they were pseudo-sorted. Since then, Guid have...
|
-
|
One of the things that is not very obvious when using NHibernate is how to using Enumerations. If you merely map an enum with the hbm.xml, NHibernate will persist that class member as an int, which is the underlying type of an Enum value type. Even if...
|
-
|
I recently came across some sql code that caught me off guard. Here is is: select something from table1, table2 where table1.id = table2.id I immediately thought that a Cartesian product was happening and the rows were being filtered afterward. All my...
|
-
|
The lates Arcast from Ron Jacobs is about NHibernate , and open-source Object-Relational mapping tool. This podcast was particularly interesting to me because my team is using NHibernate for a project, and we are likely to use it for most data access...
|
More Posts