I just upgraded to the new ASP.NET 5 platform. I use the visual studio code as the default IDE and DNX to execute..NET Core is now the default, but I need to switch to the .NET Framework always, I want to reference the namespace System.Data.Entity or TodoContext class.
Can I use EF in .NET Core?
This is what I am doing right now. 
source share