Hello,
I want to use WCF for server to client communication. Start clinet which will send message to server , ones server recive message its display that message in from of MessageBox Confirmation For Asked Question. So reply will be Yes/No which sent back to client.
As per result of Yes/No clinet will process ahed ...
How can i achive above thing in C#.net?
I have read many atricles about callback but did not get much idea for implementation
Thanks