The Wayback Machine - https://web.archive.org/web/20141217113819/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

Accessing Twitter with C#

Accessing Twitter with C#

Explore the basics of accessing a Twitter account and look at the ways we can search and interact with the data available to you.

Top White Papers and Webcasts

  • Live Event Date: December 18, 2014 @ 2:00 p.m. ET / 11:00 a.m. PT The Internet of Things (IoT) incorporates physical devices into business processes using predictive analytics. While it relies heavily on existing Internet technologies, it differs by including physical devices, specialized protocols, physical analytics, and a unique partner network. To capture the real business value of IoT, the industry must move beyond customized projects to general patterns and platforms. Check out this upcoming webcast …

  • You already prepare for disasters. In fact, your customers expect it of you. You have plans in place to rebuild servers, network infrastructure, and critical data, right? If you're really on top of things, you have a plan for both natural disasters (such as earthquakes, floods, blizzards, landslides, lightning, and more) as well as man-made disasters (such as power failures, hazardous material spills, fire, and civil unrest), both of which can cause displacement from the business property or damage to a …

Most Popular Programming Stories

More for Developers

RSS Feeds

X