When performing a relatively heavy operation on your Windows Form, what often happens is that your application’s UI will freeze until the heavy operation completes. This is usually unacceptable because your application’s end user will think it crashed and probably try to close it. To solve this problem you need to run your heavy operation [...]
{ 9 comments }
My name is David Azzopardi and I'm a software developer by profession. I have been working in the software industry for around eleven years now and I have learned a few things through my experiences.