Skip to content

Instantly share code, notes, and snippets.

@bengavin
bengavin / Program.cs
Created August 23, 2016 19:06
Example Custom DbSet/DbContext
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Data.Entity;
using System.Data.Entity.Infrastructure;
using System.Linq;
using System.Linq.Expressions;
using System.Threading;
using System.Threading.Tasks;