Oct20
IQueryable is a FATTY!
I probably missed the point here, but IQueryable seems to be rather bloated!?
Continue reading »Oct20
I probably missed the point here, but IQueryable seems to be rather bloated!?
Continue reading »Oct20
I just blogged that I’m interested in using IQueryable for my repositories, so I can do this kind of thing:
Continue reading »Oct20
Usually when I write repositories, I end up with code like this:
IList<Order> orders = repos.FindOrdersByStatus(OrderStatus.Packed);
Continue reading »
Oct03
NHibernate Deep Grok launched just under a month ago. Today, there are 200 NHiberntae specific resources covered, and google has found 21,700 documents in the index.
Continue reading »Sep09
Tonights little browse around Google Code Search has found a cool looking project: Jobvertizer (that’s to browse code, project home page is here).
Continue reading »Aug17
I’ve recently been wanting to learn more about LINQ for NHibernate.
Continue reading »