I have been going through some tutorials on MVC and Entity Framework and have built tester/beginner programs for 1 of each separately, but when I am trying to put the two concepts together, I cannot identify how to connect to an existion dataset, and build the necessary objects/classes for each connection.
Do I have to assign foreign key relationships in sql to use the modeling options to their full potential? 1 to many -- many to many -- etc?
I understand the concepts, but I am currently stuck with the current problem. I hope this isn't too obvious.
Thanks for your time.