barski Posted October 10, 2008 Posted October 10, 2008 Does anyone have a link(s) to a good article on how to map associations between objects as is pertains to communicating with the database? For example An employee has an office which to my way of thinking would equate to two objects employee and office but the database would have three tables employee, office, and a table called workstations that would be what offices are assigned to each employee. Most of the articles I've found are dealing with how to use nhibernate, llgen, etc... or deal with it in an abstract example with no implementation details. Any help would be appreciated Quote
John_0025 Posted November 5, 2008 Posted November 5, 2008 Have a look at using LINQ http://msdn.microsoft.com/en-gb/library/bb384429.aspx Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.