07.12.2010 12:19
iPhone web applications
Everything started when my collages came to me and showed me their new iPhone 3. Then they asked me if I can make some utility software for them. As I consider being .NET programmer there was a question if I have enough time and will to learn Objective-C or if there is some other solution.



13.05.2009 15:24
Asynchronous Programming Model
There are three different types of Rendezvous techniques you can use to retrieve the results of an asynchronous delegate invocation. The first is Wait-Till-Completion, implemented via EndInvoke. Calling this method will block the current thread until the results of the asynchronous method are available. This is the least effective method, as it virtually eliminates the benefits of APM.


