Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can't find Code first from database when creating Entity Data Model

When I'm trying to create an Entity data model i dont get the option "Code first from database". i only got "Generate from Database" and "Empty model"

Im using this tutorial: http://msdn.microsoft.com/da-dk/data/jj200620.aspx

Cant find any solution for this.

like image 228
Mads Gadeberg Avatar asked Feb 03 '26 18:02

Mads Gadeberg


1 Answers

The new Entity Framework tooling is in Visual Studio 2013 Update 2 CTP 2... http://www.microsoft.com/en-us/download/details.aspx?id=42023

You can also reverse engineer Code First models from an existing database using a Visual Studio addin such as Entity Framework Power Tools (some of them became the new tooling added to Update 2)... http://visualstudiogallery.msdn.microsoft.com/72a60b14-1581-4b9b-89f2-846072eff19d

like image 126
Anthony Chu Avatar answered Feb 05 '26 12:02

Anthony Chu