Show HN: OpenProfiler – An utility to view NHibernate's generated queries
1 lpnam0201 0 9/5/2025, 4:19:30 AM github.com ↗
I used NHibernate at work, but sometimes it's hard to view the generated queries. (SQL profiler is a little hard to use and the queries aren't formatted. NHibernate Profiler is good but costs us too much money)
Therefore I spent the last few weekends writing a small utility to do that. You only need to add reference to the DLL and run your .NET app, it will output the query in the Profiler similar to how it's done in NHibernate Profiler.
I appreciate any feedback and suggestion. Thanks.
No comments yet