I’m a noob in WPF so please bear with me. I wanted to do a client – server application. The client has a UI and the server is a console application.
Is there any way that the client can communicate with the server? I know there were “sockets” in Windows Forms, which could send/receive data. Are they available in WPF also? And if yes, could anyone provide me with a simple example on how to use them? Thank you.
As stated in the comments Microsoft has a whole technology dedicated just to that. Link to beginners guide to Windows Communication Foundation:
http://msdn.microsoft.com/en-us/netframework/dd939784