Tagged Questions
1
vote
1answer
126 views
ASP.net MVC: Where in my design should I create/declare entity keys?
When creating a new entity object that has a foreign key value I need to create a new Entity key (Entity Framework in .net 3.5) for the object, but I'm having trouble deciding where in my application ...