How to Create a Multi-Threading Application – C# C Sharp Visual Studio 2008
In this tutorial I show you how to create a multi threading application to save time and improve application performance. OTHER TUTORIALS: www.Quack-Ware.com WEBSITE: www.Quack-Ware.com FORUMS www.Quack-Ware.com
You should add this.
Your processor can only do one thing at one time.
So if you only have one processor…
It would be faster doing them separately.
If you have a dual core,quad core or whatever. Then you can do more than one thing at the same time.
Hey thank you man
WOW!!! You actually made the topic EXTREMELY clear for me! Thanks a bunch!
You better find a different school If your teacher is that shallow.
Nice, thank you
im in school for C prgramming right now and you teach it better than my teacher. You should do one on how to make games, beginner games of course.
(tetris, tic tac toe, etc)
Thanks for your tutorials they help me soo much
Thanks for the reply QuackWare
Is it possible in Visual Basic 2008?…
You can do the same thing with winforms, it does not matter.
Is this only about console applications, or also for Winforms?
(i’m new to c#)
very well done but dont forget about the default thread!
Very good !
I understand now.