how can i make a distributed system through C# ?
-
i have an application in a machine and i want to make access on it through an other machine , how can i make that,plz help ?
it depends on what information you will be passing between the aplications, and your architecture - for example, if you have an application on a machine, lets call that the server side, how many other computers 'clients' are going to be connecting to the server and requesting services or transferring data - I would start looking at remoteing, wcf type technologies - ie, you possibly need to start thinking about tcp/ip sockets type connectivity, and there are easy and hard ways to do that depending on your requirements. Its harder to give you a better answer without a more detailed description of what you are trying to achieve, sorry 'g'
-
i have an application in a machine and i want to make access on it through an other machine , how can i make that,plz help ?
Hello, Tell me more about the type of application you have. Is it a windows form, console application or a website? Nicolas.
-
Hello, Tell me more about the type of application you have. Is it a windows form, console application or a website? Nicolas.
-
i have an application in a machine and i want to make access on it through an other machine , how can i make that,plz help ?
You need to refer following articles to do so. http://www.codersource.net/microsoft-net/c-advanced/distributed-transactions-in-com-and-net.aspx[^] Building a Distributed Object System with .NET and J2EE Using IIOP.NET[^] Hope this will help!
Jinal Desai - LIVE Experience is mother of sage....