Quantcast
Channel: Data Access – Programming with Palermo
Browsing all 6 articles
Browse latest View live

Ron Jacobs discusses NHibernate on the MS Patterns and Practices Arcast –...

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,...

View Article



Image may be NSFW.
Clik here to view.

Oracle-style joins in Sql server. There is no performance difference – level 300

I recently came across some sql code that caught me off guard.  Here is is: select something from table1, table2where table1.id = table2.id I immediately thought that a Cartesian product was happening...

View Article

Using enum strings with NHibernate persistence – level 400

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...

View Article

Use guid.comb in your database if you need guid keys but don’t want to take a...

See http://jeffreypalermo.com/blog/use-guid-comb-in-your-database-if-you-need-guid-keys-but-don-t-want-to-take-a-big-performance-hit/ for this article.

View Article

NHibernate: ICriteria may cause update – know about AutoFlush mode – level 300

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...

View Article


What are the Alt.Net principles? – my answer

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...

View Article
Browsing all 6 articles
Browse latest View live




Latest Images