Januss

Januss

  • NA
  • 1
  • 995

Client/Server windows forms application

Jan 25 2014 3:19 PM
Hello
 
I am creating a client/server application as part of my study project. 
 
It is a windows forms application. I will not switch to different technology, because I am not making a new program, but adding new functionality to my previous study project, which was a winforms project. 
Server application needs to be able to monitor clients, present information to clients and receive information back. The client application needs to be able to send requests, subscribe to different events on the server.
 
I intend to use WCF for the communication between the server and clients. Is WCF a good idea for this?