I created a sample project demonstrating parsing of xml in a seperate thread, and demonstrating of GUI class design.
You can read the post and download the project here:
http://plikker.com/?p=113
I created a sample project demonstrating parsing of xml in a seperate thread, and demonstrating of GUI class design.
You can read the post and download the project here:
http://plikker.com/?p=113
looks interesting… you could add some demostration about it…
This is great. The advantage of using threading in this manner is, aside from other things, it doesn’t lockup your UI while it’s doing the heavy lifting.
PS. If you’re interested in threading with c#, this is definitely worth a look/buy:
hmm i look at this very quick. but is the code thread safe??