Tekpub Podcast No. 1

by rob on November 25, 2009

I’ve had a wild time working up NHibernate Episode 5 – mostly due to technical issues I’ve been having. One bright part, however, was when I started to ask Ayende questions from Twitter (inspired by the Herding Code guys) and we go into a very interesting tangent regarding Entity Framework and the Codeplex foundation.

And I asked the question:

What if Nhibernate was tossed into the Codeplex Foundation and the EF team devoted some time to supporting/expanding NHibernate instead of EF?

Crazy question – I know – but it was interesting to hear Oren’s response…

 

It runs just about 12 minutes… not very long :)

The code for “with”:

using(var s = factory.OpenSession())
{
s.CreateQuery("from Blog b join b.Posts p with p.Title = 'ayende'").List();
}

  • Iain
    will you has an RSS feed for the podcast
  • Iain
    will you has an RSS feed for the podcast
  • Very interesting podcast.. I'd be very interested to get the EF team's response to this Post?
blog comments powered by Disqus

Previous post: Where’s NHibernate #4?

Next post: Give the gift of TekPub