Intel® oneAPI Threading Building Blocks
Ask questions and share information about adding parallelism to your applications when using this threading library.

help with MULTI THREADING on .NET

roi-touitou
Beginner
276 Views

we are faceing problams with Multi Threading our .NET program in an oficient way, what i realy need is some tecnical tips, maybe a link to a site with some videos and exemples that could halp me.

0 Kudos
2 Replies
Andrey_Marochko
New Contributor III
276 Views
For starters you could have a look at the "Parallelism in .NET" series on MSDN.

"Parallelism in .NET" Series

0 Kudos
jose-maria-gomez-ver
276 Views
Microsoft have just released some parallel extension with Visual Studio 2010 together that can help you to make multi-threading in your .net application.

Here you can find some good videos.
http://channel9.msdn.com/learn/courses/VS2010/Parallel/

I hope this to be useful to you.
0 Kudos
Reply