Downloads
There are 4 files, weighing 339.2 KiB with 863 hits in total.
Displaying 1 to 4 of 4 files.
C# Demos
C# Threading :: BackgroundWorker demo
» 115.2 KiB - 258 hits - July 14, 2009
Multi-threading using the BackgroundWorker component model.
C# Threading :: Threading Resume & Suspend
» 96.9 KiB - 240 hits - July 16, 2009
Simple threading illustration using System.Thread. Uses deprecated methods. Only for educational purposes or as a quick-n-dirty solution for low risk projects.
C# Threading :: Using Application.DoEvents demo
» 99.1 KiB - 134 hits - July 14, 2009
Using Application.DoEvents to simulate a multi-threading environment for repainting your UI interface.
Hiding vs Overriding
» 28.0 KiB - 231 hits - July 15, 2009
Code snippet to explain the basic differences between hiding and overriding concepts in C#
