vote up 3 vote down star
1

The NHibernate 2.1 download comes with 3 proxy factory classes that are available for use to enable Lazy Loading.

  • Castle
  • LinFu
  • Spring

What are the differences between each of them, which one should I use in particular scenarios?

flag

2 Answers

vote up 3 vote down check

You can read more about them here :

http://nhforge.org/blogs/nhibernate/archive/2008/11/09/nh2-1-0-bytecode-providers.aspx

and

http://groups.google.com/group/nhusers/browse_thread/thread/2f78857456bde8d6

Basically at this point the main thing is : just pick one and be done :) .

link|flag
yes definately, 1 is better then none =) – Jon Erickson Aug 5 at 21:02
vote up 0 vote down

i would love to use Castle.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.