Using long polling with WinForms Clients in .NET
- by user544538
Hi
We need to develop a .NET application, basically a WinForms client, which needs to be notified of changes only from the server to update the UI only in case of necessity and not every time.
We initially thought of NetTCPBinding but understood that it has problems with firewalls across domains and secure networks. We now consider long-polling…