I was wondering how tools like teamviewer work. I\'m not using the words server and cli开发者_JS百科ent because I am not quite sure who is who. So I will talk about local and remote.
I don\'t have experience in using ms-access as client-server in window application. Let me get knowledge about some below -
hey, i have about 30 variables which are created and modified by user (none of which comes fr开发者_JAVA百科om input, so submitting a form is not really an option), once modification finished a JS fun
I have开发者_Go百科 2 solutions: - Server Solution - Client Solution The server registers itself to my localhost IIS: http://localhost/MyApp/
I would like to use a technology that is used for communication between services and several thousands of clients. I came to know of WCF and read a little about it. While it l开发者_运维技巧ooks attra
I implemented on Android a small application that sends through a socket connection strings to a server ( C# ).
I\'m working on a general server and a client programs. The problem I\'m facing is when I\'m in the OnDataReceived in my client and server I don\'t know what to do with the data. Ideally it should out
I wonder what is the best approach to handle the following scenario: I have a server that is designed to handle only 10 connections at a time, during which the server is busy with interacting with th
Hello I have a very simple client-server program that uses sockets simulating a simple atm. In the client part of the program i have a gui class and another thread to communicate with the server so t
I am developing a Windows Client-Server application. The Server is running as a Windows Service and all Clients connect to 开发者_C百科it with WCF. The Server uses NHibernate 3 for DataAccess. I am no