I\'ve only found rather complicated answers involving classes, event handlers and callbacks (which seem to me to be a somewhat sledgehammer approach). I think callbacks may be useful but I cant seem t
This is not necessarily a Flex-specific question, but I\'ll use Flex in my example: Scenario: We have a fairly complex MVC Flex application that uses remoting and makes several asynchronous calls on
Background: http://www.hanselman.com/blog/HanselminutesPodcast188ASPNETMVC2BetaWithPhilHaack.aspx Start from 27:15,RenderAction has been discussed at 28:43 that a RenderAction will not be part of As
I have the following delegate delegate void UpdateFileDelegate(long maxFileID); That I am calling from a WinForms app like so
Is it possible to have cached queries asynchronous, so that no frontend user actually has to wait for a heavy query to finish? (I.e. heavy query is running as background thread, while (expired) data i
We have some开发者_如何学C code that uses a third party component to generate a PDF from a URL that we pass it (the URL being a page within our application).In the code, we instantiate the PDF generat
I have an ASP.NET-MVC application that: opens a db transaction updates a cart status and other things submits this cart to another web server via an HttpRequest
I\'m designing code for a download manager, and i was wondering if there are some good known patterns for the async operations?
On December 开发者_JAVA技巧1, 2009, Google announced support for asynchronous Google Analytics tracking.
Is it possible to skip a portion of the incoming data on a TCP stream socket, instead of having to read it into a buffer? P开发者_StackOverflow中文版referably, I\'m looking for something that also wor