ChallangeFinding the missing piece

time to read 1 min | 75 words

When comparing NHibernate to the Entity Framework, I found two places that the Entity Framework could do things that were difficult to do with NHibernate. One was multi table entities, that was already taken care of, thanks to a patch by Karl Chu.

The second is parameterized projections. I will fix that if you can figure out what this means, and when you would like to use that.

More posts in "Challange" series:

  1. (18 Feb 2009) The sample legacy database from hell
  2. (01 May 2007) Finding the missing piece