Posted on: 12/8/2013 11:55:23 PM | Views : 863

I am a newbie. I've been trying to learn C# and ASP.NET following Adam Freeman's book on Pro ASP.NET 4.5 in C#  I successfully went through all the steps to create a sample application called SportsStore that has a table named "Products." I have now created my own application and my own database and tables using Freeman's techniques BUT whenever I run my new application against my tables the output is blank and two tables are created in my database: 1) "dbo.___MigrationHistory" and 2) a blank table [no rows] called "Products." In my new application there is no reference whatsoever to a table called "Products." You can search every file and there is not a single reference to anything called "Products." I have deleted and re-created both the ASP.NET application and the database and created them from scratch to try to get rid of a reference to a table called "Products" and it still doesn't work ...

Go to the complete details ...