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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top