Tag Archives: Linq to SQL

Profiling NHibernate or Linq to SQL in an EPiServer CMS solution

Hibernating Rhinos has two really good products for profiling applications that are using NHibernate or Linq to SQL, NHibernate Profiler and Linq to Sql Profiler. To profile your application you need to reference an appender and initialize it upon startup. This can easily be done in several ways in EPiServer CMS, using HTTP modules, the [...]