Hi folks, With all the discussion about LINQ recently, I'm just wondering which API other people prefer for NHibernate. We've standardised on QueryOver, which I quite like in general but it seems that other people are moving towards LINQ - is this the case, and if so then why? Our choice of QueryOver is motivated by (1) avoiding the 'magic strings' in HQL (or SQL!), and (2) making a clear-cut distinction between DB access (QueryOver) vs in-memory operations (LINQ extensions). What do other people prefer, and why?
Cheers, Pete -- You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/nhusers?hl=en.
