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.
Visual Studio 2015 (I used Professional but I believe Community will work)
SQL Server Express
ASP.Net Core
Entity Framework Core
Repository Pattern
.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