.NET remoting in more details

  • Thread starter Thread starter Paul Fi
  • Start date Start date
P

Paul Fi

yes i want to get beyond the basics of .NET remoting at least the one
thing that im quite interested in is what goes on at runtime, for
example when a client invokes a remote method how is the channel
formatter sink at client side going to start doing its job (how does it
get called )?
and the other channel sinks at both sides, the client and the server
sides?

are there any good resources on the NET that make a good explanation on
those points?
 
Back
Top