The Wayback Machine - https://web.archive.org/web/20150615101300/http://www.codeguru.com:80/csharp/csharp/cs_syntax/threading/

Latest Threading Articles

Using the Task Parallel Library and PLINQ to Go Parallel

With more and more computers using a multi-core processor, the free lunch of increased clock speeds and the inherent performance gains are over. Software developers must instead make sure their applications take use of all the cores available in an efficient manner. New features in .NET 4.0 mean that managed code developers too can join the party.

Batched Execution Using the .NET Thread Pool

The .NET thread pool's functionality for executing multiple tasks sequentially in a wave or group is insufficient. Luckily, a Visual C++.NET helper method that uses other types within the System.Threading namespace provides this batch-execution model.

Attributes

C# provides a mechanism for defining declarative tags, called attributes, which you can place on certain entities in your source code to specify additional information. The information that attributes contain can be retrieved at run time through reflection. You can use or you can define your own custom attributes.

Latest Developer Videos

More...

Latest CodeGuru Developer Columns

Top White Papers and Webcasts

  • Employees must exchange sensitive emails with customers and partners. These emails might contain protected health information, protected financial information, or corporate information that should not be made public. Globalscape® Mail Express® allows you to encrypt the emails that it manages so that no one but the sender and recipient--not even the administrator--can view the contents of the email. "Secure the Transfer of Sensitive Emails" is the property of GlobalSCAPE

  • Live Event Date: June 25, 2015 @ 1:00 p.m. ET / 10:00 a.m. PT Akamai sees over 2 trillion daily Internet interactions each day, mitigates 40 -- 50 DDoS attacks each week, and analyzes hundreds of billions of IP addresses each month. From this information Akamai pulls together quarterly reports on Internet security. Join this eSeminar to hear an overview of what we found in Q1 2015. Key topics to be explored will include: Mitigation techniques for a growing spate of website defacements and domain hijackings …

Most Popular Programming Stories

More for Developers

RSS Feeds

Thanks for your registration, follow us on our social networks to keep up-to-date