Skip to content

Instantly share code, notes, and snippets.

View eddie3716's full-sized avatar

Eddie Wood eddie3716

View GitHub Profile
@eddie3716
eddie3716 / SqlServer2005CommandInterceptor.cs
Created May 8, 2019 22:00
Entity Framework 6 SQL Server 2005 Compatibility
using System;
using System.Collections.Generic;
using System.Data.Common;
using System.Data.Entity.Infrastructure.Interception;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Data
{