Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 842 Bytes

File metadata and controls

24 lines (13 loc) · 842 Bytes

CoreCodeFirstMigrations

This is a demo project that I put together to present at a user group meetup. Using .Net Core RC2 and Entity Framework Core Code First Migrations, I created a functional REST API solution using a local database. The initial checkin includes one model and the initial migration. I plan to add related models in future changes and continue to add migrations as I go.

Frameworks/References/Tools/Applications

Visual Studio 2015 (I used Professional but I believe Community will work)

SQL Server Express

ASP.Net Core

Entity Framework Core

Design Pattern(s)

Repository Pattern

Resources

.Net Core Roadmap: https://github.com/dotnet/core/blob/master/roadmap.md

ASP.Net Core Roadmap: https://github.com/aspnet/Home/wiki/Roadmap

EF Core Roadmap: https://github.com/aspnet/EntityFramework/wiki/Roadmap