Threading in C#

Organiser
St. Louis ALT.NET Meetup
Date
Thu, 24 Mar 2011, 00:00 - 02:00 (Add to calendar) GMT
Venue
3 Cityplace, Suite 1100 , Saint Louis, US
Cost
Free

Threading is one of those "black arts" that the really advanced Ninjas know how to do.  I've done a bit of it in the past, but I want to learn more.  Libraries like the TPL for LINQ are very useful, but are not a true substitute for threading.

  • Threading basics
  • Writing thread-safe code
  • Sharing state between threads
  • Synchronizing threads
  • The thread pool
  • Delegates and threads
  • Other parallel approaches (e.g., the TPL)

You might also like...

Comments

Other nearby events

Map

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“Beware of bugs in the above code; I have only proved it correct, not tried it.” - Donald Knuth