Posts tagged linq

Oct20

IQueryable is a FATTY!

.net ~ linq | comments

I probably missed the point here, but IQueryable seems to be rather bloated!?

Continue reading »

Oct20

Almost IQueryable with NHibernate HQL

nhibernate ~ .net ~ linq | comments

I just blogged that I’m interested in using IQueryable for my repositories, so I can do this kind of thing:

Continue reading »

Oct20

Returning IQueryable rather than List

nhibernate ~ .net ~ linq | comments

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 - 1 month later

nhibernate ~ .net ~ linq | comments

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

Tidy LINQ, ASP.NET MVC, MonoRail, NHibernate, Windsor, Rhino Mocks, Unit Testing example project

nhibernate ~ .net ~ linq | comments

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

LINQ for NHibernate Examples

nhibernate ~ linq | comments

I’ve recently been wanting to learn more about LINQ for NHibernate.

Continue reading »