If I want to work with an object and use LINQ to SQL, what (if anything) do I need to add to my object classes so that my application can talk to the data store? (don't discuss repository templates here, as I'm just looking for what is required inside my business objects)
source
share