What methods other than NHProf allow you to view the dynamic SQL generated by nhibernate? -
NHibernate Profiler I was parsing through the logs generated by log4net before I was released today I use NHibernate Profiler , But what other tools / techniques do exist that allow the developer to see dynamic SQL generated by nhibernate?
Check this link:
I have never tried to do this Because we had bought NHProf, but I think that there is a potential file in which an IsDevelopment flag is placed in a config file.
Comments
Post a Comment