nhprof
NHProf generates 'this statement executed from the view' warning when I pass a ViewModel object to my ASP.NET MVC View page
I just noticed that on one page of my site, where I pass a ViewModel to my View page, NHProf is giving the following warning:[详细]
2023-01-31 06:34 分类:问答Clearing NHibernate Cache Inbetween Profiling Runs with NHProf
We are attepting to profile our NHibernate application using NHProf. We have a series of unit tests which exercise various calls. However, if we run the unit test multiple times, we get differing resu[详细]
2023-01-14 04:20 分类:问答Count number of queries executed by NHibernate in a unit test
In some unit/integration tests of the code we wish to check that correct usage of the second level cache is being employed by our code.[详细]
2022-12-27 23:00 分类:问答Load vs Get in Nhibernate
The master page in my web application does authentication and loads up the user entity using a Get. After this whenever the user object is n开发者_如何学运维eeded by the usercontrols or any other cl[详细]
2022-12-25 09:15 分类:问答NHibernate Linq uses implicit transaction?
I\'m using Ayende\'s NHibernate Linq version 2.1.2, available here, and when I use NHProf to inspect queries that use this method:[详细]
2022-12-14 06:53 分类:问答