Hi,
I am looking for suggestion what type of communication method(WCF,TCP/IP...)
to implement for client server project, usually the clients sending the data to the server, somthimes the server send command to the clients.
Some info.:
The connection must be open all the time.
My server has static ip, the clients no.
The client runing .net console application.
Thanks.