25 Jan
2009

NHibernate and Future Queries

Category:UncategorizedTag: :

As some of you already know, i’m a big fan of avoiding excessive roundtrips by batching queries and/or service calls. For NHibernate, i wrote the QueryBatcher class which makes this pretty easy to do. Ayende recently added a much easier approach for this to NHibernate. Take a look at the following code:             […]

Read More