I am starting a new ASP.NET 5 Preview template to play with client side development.
I have a database ( MS SQL ) that I want to access using the Web API and Entity Framework.
In my Models
folder I do like I am used to do, add a new item and I want to add the ADO.NET Entity Data Model
but it isn't there.
What am I missing here?
UPDATE
This is the only thing I see when I try to add a new item to the project. Client side and server side.