I\'ve had a good look around and I can\'t seem a specific answer to the above question. For example, this thread:
I have created a function in F# to recover historical data from Yahoo (the classic asynchronous example for F#):
I\'m building a web interface for a twisted application and would like to use WSGI rather than twisted.web directly (since the rest of the website is WSGI and I already have a substantial WSGI codebas
Do ASP.Net based AJAX requests use the same ThreadPool that ASP.Net requests use? ASP.Net asynchronous programming uses a different thread, returning the thread used for processing ASP.Net requests
I am trying to connect to my server with a TcpClient.BeginConnect / TcpClient.EndConnect combo. However, some things don\'t work as they should.
I am new to Silverlight and need to user a WCF Service (dataService) to authenticate against a database.
I\'m stumped. I am attempting to show a progress bar while my site executes a query.The query takes anywhere from 4-6 minutes. My progress bar gets its value from the database, Oracle has a built-in q
For applications which do not attract much traffic, the initial startup can take many seconds, but static HTML pages appear almost instantly.
I have a slight problem, I have a TCP class which connects to a server, transfers data then closes, this all works well except for if I connect, then stop it, it works, if I keep on doing this, it wor
In my Windows Phone 7 application I want to make a WCF call when the application is closing. However, when I make the call, the application ends-up in :