In ASP.NET MVC, for creating of models with Entity Framework, is a primary key on the tables mandatory?
Asked
Active
Viewed 38 times
0
-
2Not just for EF - a table that holds actual data should ***always*** have a proper primary key. – marc_s Dec 09 '18 at 09:43
-
ASP.Net MVC and Entity Framework are completely separate frameworks. There is no reason for this question to include ASP.Net MVC. – Erik Philips Dec 09 '18 at 11:08