The ORM profiling tools Entity Framework Profiler and NHibernate Profiler have been popular among developers for over a decade. To this day, our development team…
Articles
Completing NHibernate and Entity Framework with an SQL Query Analyzer
ORM tools are a common tool in database programming for task automation: translating data back and forth between the format used by the database and…
Optimize Your SQL Queries in NHibernate with a Specialized Profiler
If you use NHibernate in your code, this article is for you. Like most people, you probably wouldn’t go to the grocery store several times…
Optimize Your SQL Queries in Entity Framework with a Specialized Profiler
Applications that use Entity Framework often contain dozens of projects and simply have too many moving parts for any effective database monitoring approach. SQL database…