User-1509636757 posted
If you are referring to this tutorial:
https://code.msdn.microsoft.com/Getting-Started-with-221c01f5
then, please refer to Solution Explorer; there a Models folder where all model/entities classes exists.

Also, the example tutorial code is using Code First approach for Entity Framework, and you can find the database in App_Data folder.