Friday, November 08, 2013

Using HibernatingRhinosProfiler with Console Application


1) Add Reference to - C:\Program Files (x86)\EntityFramework.Profiler\HibernatingRhinos.Profiler.Appender.dll

2) Add to Main(string[] args

public static void Main(string[] args)
        {
            HibernatingRhinos.Profiler.Appender.EntityFramework.EntityFrameworkProfiler.Initialize();

No comments:

How to Modernize Legacy .NET Applications

How to Modernize Legacy .NET Applications Understanding Legacy .NET Applications Definition and Characteristics Legacy .NET applicat...