Hi guys,
I have little experience with remoting and now am trying to build an app. using .net remtoing. And now I am stuck on using whether marshal-by-value or marshal-by-reference
I have read Rockford's "Expert One-on-One Visual Basic .NET Business Objects" and in his framework he used marshal-by-value object.
From his book...
OK, that means I will potentially pull A LOT objects across the network when I try to get a, say a customer, object. My question is is this possible to lazy load some references instead of load EVERYTHING at once when serializing the customer object? Do I need to code a lot to handle this?
Any resources will be great. Thanks. :)
Michael