2009/3/18 Stefan Steinegger <[email protected]>

>
> With WCF we had the typical lazy loading problem that the proxy is
> sent to the client, the client accesses it and the proxy tries to load
> itself using the session that is not available. You need to load all
> the data before you close the session on the server.


Or you can load only what the client are expecting and send him "a vision".
"a vision" = contract = interface
what stay behind the interface is only your matter ;)

-- 
Fabio Maulo

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"nhusers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/nhusers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to