Nhibernate returns duplicate results on paged data sets - work around
There is a problem with Nhibernate, when paging record sets, using SQLServer. This offers a work around, to fix this problem.
There is a problem with Nhibernate, when paging record sets, using SQLServer. This offers a work around, to fix this problem.
I am evaluating FluentNHibernate (FNH), to see if it is suitable for a project I am working on. Disappointingly, FNH does not support Store procedures of the box. Of course, FNH is under the BSD licence, so I am sure those who are confident enough can implement this for the rest of us! This post […]
Is this dialog (exception) familiar to you? Okay, maybe you haven’t seen this screen in particular but apart from the troubleshooting tips you should have seen it.
Recently I’ve been developing an enterprise application with NHibernate which was required to fully support multi language (localization) on UI side as well as on data side. Whereas the former is easily implemented with .net resources the latter is not that straightforward as it seems. That articles talks about it and the solution I […]