How do i write a multi threaded client in C#, which will enable a client to communicate with multiple servers? hoping for a reply... novice
novice NET
Posts
-
multi threaded client -
web referenceAssume i have developed a module using a system & my friend is writing a client for the same in another system. Now he wants to add a reference to the object that was created by me & he wants me to make it available to him as a web refernce. How do I go about doing this? hoping for a reply... novice
-
using references across serversAssume that i am having a scenario where there are 2 servers that have been developed by different people & now I want to write a client that references both of these server objects using remoting. How do I add a reference to the server object that is residing on another server. How should the server admin make his object available to me? Will adding a web reference help? If so, where should the server object be available? hoping for a reply... anto
-
object doing remotingWhat do i need to do to create an object that will do remoting for me. From a system, I want to run an application that will create some objects & each of that objects will carry out remoting on a specific server each. hoping for a reply.. novice.NET
-
XML object in C#How do I create a XML as an attribute or component of a object in C#?
-
appending to an existing XML fileHow do i append data to an existing XML file using C#? I have two processes that need to populate the same XML file.
-
one client, many serversAssume I want a client to use two different objects created in two different servers, what am i supposed to do? I want to know how i need to write my servers & client configuration files. novice