1) Since self-tracking entities do not support lazy loading, are they intended to be used with not-so-big entities graphs because of efficiency?
2) Which solution do you suggest instead of using self-tracking entities? DTOs?
thanks!
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.
No, that’s not a good conclusion. Lazy loading is convenient but can also become a performance problem, with small graphs as well as big.
There is no substitute for a good design that will limit the # of records required.