Archive for November, 2009
Thursday, November 26th, 2009
NHibernate Set mapping
Here is an interesting tidbit on using the lazy and outer-join property in Set mapping. A Set is a collection of unique items and is optimized for reading and writing. When using Set remember to assign a data type of HashSet in your class.
The lazy property is by default is set to true. If your […]
No Comments » - Posted in NHibernate by admin
Thursday, November 26th, 2009
TekPub
This site is a screencast site that actually contains valuable information. I’m not saying that screencasts like Summer of NHibernate don’t have value. Summer of NHibernate is an excellent source for information for a good introduction to NHibernate.
What I like about TekPub is that use of domain experts on the subject. For Mastering NHibernate Rob […]