Here\'s my code: namespace RequestApi { public partial class MainPage : PhoneApplicationPage { private BackgroundWorker bw;
as already written in my other post, I\'m currently writing an IDE/Debugger for IronPython. But now I came across another problem.
The method below should return true for the first call, and false for any other call. Is there any problem with it? Is it safe to use the reset event for locking?
I have a piece of data that takes quite a lot of time to fetch. I have different ways of figuring out if new data should be fetched or if I can use my current \"cache\" theResult
Little intro: In complex multithreaded aplication (enterprise service busESB), I need to use Thread.Abort, because this ESB accepts user written modules which communicates with hardware security modu
Consider a Console application that starts up some services in a separate thread.All it needs to do is wait for the user to press Ctrl+C to shut it down.
I feel like I should know the answer to this, but I\'m going to ask anyway just in case I\'m making a potentially catastrophic mistake.
I am not sure which strategy to adopt...I am focusing on my operation getting completed, but I\'d also like to keep performance issues to a min too...there is a method called Execute() which has to wa