Hello everyone: I have a basic question about LINQ. Let’s say that I’m working with a singleton WCF service that several users access at the same time. In that service various objects CUSTOMER may exists at any given time, because different users are working with different objects. Let’s say that it requires 3 calls to 3 different methods of the service for a user to “complete” work on a given CUSTOMER object, so it’s life is spanned between calls. What about if user A is on the second request, that
Read More...