I have a project(ASP.NET MVC 5) on TFS, with an Entity Framework database.
There are two parts to this question:
1. I am unable to pull down any stored data in the database.
2. I cannot see the tables added to the database.
What could be the problem?
Update: I get a null reference due to the fact that I don't have data in the database.