Skip to content

Instantly share code, notes, and snippets.

View spartha1995's full-sized avatar

Partha Sarathi Sarkar spartha1995

View GitHub Profile
@spartha1995
spartha1995 / DalSoftDbContext.cs
Created June 29, 2017 06:36 — forked from DalSoft/DalSoftDbContext.cs
Entity Framework Core Migrations and Seeding
using System;
using System.IO;
using System.Linq.Expressions;
using System.Reflection;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.Extensions.Configuration;
namespace DalSoft.Data