Nhibernate returns duplicate results on paged data sets – work around
There is a problem with Nhibernate, when paging record sets, using SQLServer 2008. This offers a work around, to fix this problem.
There is a problem with Nhibernate, when paging record sets, using SQLServer 2008. This offers a work around, to fix this problem.
Here is a list of questions which I (!!) consider as TOP 3 C# (Visual Studio) questions (although the answers are probably the most interesting) on stackoverflow. Yes, I do love STO Hidden Features of C# Visual Studio Optimizations Which C#/.Net blogs do you read? If you need more see the most voted C# questions. […]
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 asp.net 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 […]