Hi, I was wondering if there are some guidelines regarding the following issue in the .NET framework: Polling based design (the client polls the server every X interval for changes) Vs. Events driven design (the client registers to the event and the server will raise the event)? i am not sure when to use each of the above...
Y
yuvalmarco
@yuvalmarco