remoting

  • Thread starter Thread starter memememe
  • Start date Start date
M

memememe

I am trying to teach myself some .net remoting and I find most of the
examples lacking on depth or explanations.
are there any good tutorials on this stuff out there? maybe Im using the
wrong terms to search on google.
Is there a way to get the instance of an object when the object requires
parameters on the constructor? if no, why?
 
memememe said:
I am trying to teach myself some .net remoting and I find most of the
examples lacking on depth or explanations.
are there any good tutorials on this stuff out there? maybe Im using the
wrong terms to search on google.
Is there a way to get the instance of an object when the object requires
parameters on the constructor? if no, why?

A good site for remoting info:

http://www.ingorammer.com/RemotingFAQ/

An article on the site that pertains to your question:

http://www.ingorammer.com/RemotingFAQ/PUBLISHING_OBJECT.html

Regards,
Dan
 
Back
Top