Stance19
Stance19

Reputation: 43

“Entity Data Model” missing in datasources in VS 2015


If you watch this video https://www.youtube.com/watch?v=Ckx5hXK4pAE he has the database model "Entity Data Model"

What should I do?

Upvotes: 0

Views: 275

Answers (1)

Abhinav
Abhinav

Reputation: 1200

Entity Data Model is not in default into VS, you need to install entity framework. search for Entity framework into Nuget package, install EF 5 or 6 as per your requirement and then add model.

Probably you should start with EF tutorial first..

Upvotes: 2

Related Questions