Quantcast
Channel: BlogoSfera » session
Viewing all articles
Browse latest Browse all 21

Nhibernate .Fetch calls fail on a mocked session

$
0
0

I love NHibernate (and NHibernate.Linq). I don’t prematurely optimize, but sometimes I’ll hit a really nasty N+1 issue. The recommended fix for the N+1 is to use NH’s Fetch extension method. The problem arises when I create a Mock of the ISession. I’ll create a List<User> and set my mock to return the list whenever […]

The post Nhibernate .Fetch calls fail on a mocked session appeared first on BlogoSfera.


Viewing all articles
Browse latest Browse all 21

Trending Articles