I want to develop an winform application which will communicate with a remote server. The server will have a real IP. Each client will send and receive data over internet. Client application is object-oriented and all business objects will execute in server.
I have heard about .net remoting and socket programming. I don’t know which one is the best way for this purpose.
Should i use .net remoting for my application?
Use WCF
Windows Communication Foundation