Browse by Tags
All Tags »
.NET
There is some truly amazing support for parallel programming in .NET 4.0. One of the compelling new features of the Thread Pool in .NET 4.0 is work-stealing, which allows work to be processed by worker threads more efficiently. First of all,
Read More...
In version 4.0 of the .NET Framework, there is a lot of support for parallel programming. One cool class to know is System.Threading.Parallel , which contains a number of static methods to parallelize loops and regions. Consider this code which uses a
Read More...
Attachment(s): ParallelConsoleApp.zip
Michigan Michigan Great Lakes Area .NET Users Group Third Wednesday of the month, Southfield, MI Ann Arbor .Net Developers Group Second Wednesday of the month, Ann Arbor, MI Greater Lansing User Group .NET Second Thursday of the month, Flint, MI Third
Read More...
The .NET Framework 3.5 Service Pack 1 was released today. You can download it from http://www.microsoft.com/downloads/details.aspx?FamilyID=ab99342f-5d1a-413d-8319-81da479ab0d7 . As noted on the website, the .NET Framework 3.5 Service Pack
Read More...
The Lansing Day of .NET will be held this Saturday, June 21, 2008. Like previous Days of .NET, there is an amazing lineup of speakers . Check out the session list - topics include WPF, WCF, Windows Workflow, Silverlight, the Dynamic Language
Read More...