Following the design/architecturei created for multiuser/network turn-based game with RMI server callbacks, I have tried to create a distributed animation in which my model(Ball) is remote object and
I have a professor who randomly updates his website with homework due tomorrow and seems to expect us to check it every hour.
Is it possible t开发者_StackOverflow社区o have Silverlight Polling Duplex WCF working with HTTPS?Yes you can use Polling Duplex over HTTPS. If you are running the Silverlight app inbrowser make sure y
My application needs to poll a MySQL database for new rows. Every time new rows are added, they should be retrieved. I was thinking of creating a trigger to place references to new rows on a separate
I must admit, this is my first post on this site, so I apologise in advice if I do something wrong (formatting etc).
I have an ActiveX object (who source code I have) running in a browser (IE). The ActiveX object has a UI, which raises events. I want to respond to those events in the browser.
This is a C# question I want to do a synchronous call for asynchronous event call backs. See comment in code for the req
I have a Web server that updates its data once per minute, and want to make that data available to clients of all types.In order to reduce bandwidth, I set up the PHP script to support conditional GET
I am having the following problem: I have a WCF service that checks a database table and returns the results vis JSON to a flash app.
Current Project Setup I\'ve been working on a web-based chat, similar to Facebook chat. At the current state, I listen for incoming chats and check for new messages in an existing chat is by doing...