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

12 Responses to “How to Create a Multi-Threading Application – C# C Sharp Visual Studio 2008”

  1. iDylanx3 says:

    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.

  2. BigOldDirtyBastard says:

    Hey thank you man

  3. seifer877 says:

    WOW!!! You actually made the topic EXTREMELY clear for me! Thanks a bunch! :)

  4. facebongo says:

    You better find a different school If your teacher is that shallow.

  5. dezerte says:

    Nice, thank you :)

  6. CandyTutorials says:

    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

  7. freeuse says:

    Thanks for the reply QuackWare

  8. ferna2294 says:

    Is it possible in Visual Basic 2008?…

  9. QuackWare says:

    You can do the same thing with winforms, it does not matter.

  10. freeuse says:

    Is this only about console applications, or also for Winforms?
    (i’m new to c#)

  11. LeftTechticle says:

    very well done but dont forget about the default thread!

  12. WESTSEYI says:

    Very good !
    I understand now.

Leave a Reply