I need answer for following question, suppose the application is ASP.NET application or WPF application.
you have two screens live on two different machines one having an employee list and one having add employee screen what can be done when employee gets added the screen displaying the employee list gets a message that an employee has been added.
Please advise,
You can use WCF service to mediate between clients. When employee gets added first client send information to service. Then WCF service send callback to second client. See WCF callbacks