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
18 Jan
2009

Podcast Production 2 – Post Production Tools

Category:General PostTag: :

After getting a WAV recoding from Pamela as detailed in a previous post, I like to set up a special physical environment for working with a podcast during production, just like I build a workspace structure for working with a Visual Studio project. The structure I have landed on looks something like this: Examining folder […]

Read More