Skip to content

Instantly share code, notes, and snippets.

View jellever's full-sized avatar

Jelle Vergeer jellever

View GitHub Profile
@jellever
jellever / EFExtensions.cs
Last active September 9, 2015 21:39
Entity Framework 7, update 6 query logging snippet
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Microsoft.Data.Entity;
using Microsoft.Data.Entity.Infrastructure;
using Microsoft.Framework.DependencyInjection;
using Microsoft.Framework.Logging;