Search code examples
nhibernatelinq-to-nhibernatestabilitynhibernate-3

Is NHibernate 3.0 built-in Linq provider stable?


Can i depend on NHibernate 3.0 built-in Linq provider to perform complex queries contain aggregate functions such as Max and Min and contains string operations such as Contains, StartsWith, or EndsWith ??


Solution

  • There has been much debate on the nhusers list as there are quite a few issues still outstanding.

    I would look on the nhusers group and read some of the posts and make your own mind up. See here for posts.

    Personally I have found that queryover does all that I need so I for one would wait until the Linq provider becomes more stable over time.

    I would recommned in joining the nhusers group to get a better feel.