I have existing database in ms sql server.
I want to get database tables as code first classes in asp.net mvc entity framework 7.
However,
If i try to add new item in project i can not see any data item in order to add model.
I am not sure how can i add entity model as database to code first by using asp.net mvc 6 entity framework 7 ?
Note:
Do i have to add model in entity framework 6 project after that i have to copy converted classes to entity framework 7 project ? If it is .. i am doing in this way and this is not working for me because of mismatching old and new version of entity framework
Any help will be appreciated.
Thanks.