Does the EF5 support object state tracking out of the box for disconnected entities or do we have to write our own implementation of it.
If so, are there any good reference examples out there?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Self tracking entities (STEs) seem to be the thing you want. Ther used to be this template, but it seems Microsoft is not so fond of STEs anymore. They advise you to read this though. They explain here why.