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:

OAuth 2.0 Implementation Guide

OAuth 2.0 Implementation Guide Introduction to OAuth 2.0 What is OAuth 2.0? OAuth 2.0 is an open standard protocol that allows secu...