c# - No Code First option when adding new model -


i following tutorial on code first migrations existing database (http://msdn.microsoft.com/en-nz/data/dn579398).

the tutorial described when adding new data model select ado.net entity data model. once click "add" provided 4 options 1 being "code first existing database" tell select. problem have 2 options. 1 "generate database" , empty model, none of mention code first.

i using vs2013 , new asp , mvc. need install sdk or other add on.

cheers, kevin.

db code first part of new ef 6.1 tooling. can download here: http://www.microsoft.com/en-us/download/details.aspx?id=40762 wrote blog post on here if want quick overview: http://thedatafarm.com/data-access/first-look-at-beta-of-ef-6-1-designer/


Comments

Popular posts from this blog

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -