Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question
You want the model to connect to a database? – RyanDawkins Mar 1 at 20:52

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.