Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » System.Threading   (RSS)

Parallel Extensions CTP and the Parallel Computing Developer Center [Judd Hall]

The CLR Team has been working with the Parallel Computing Platform Team for the past year on some innovative ideas in parallel computing. Yesterday, the Parallel Computing Platform Team announced the Parallel Computing Developer Center along with their
Posted by BCLTeam | 5 Comments
Filed under: ,

Writing a Useful Windows Service in .NET in Five Minutes [Dave Fetterman]

When opening up a new project in Visual Studio, one finds many, many options for deploying your new killer app: Windows Applications, Console Applications, and Web Services are all popular choices. Even when creating a simple daemon-type process, however,
Posted by BCLTeam | 16 Comments

Synchronization in Generic Collections [Brian Grunkemeyer]

A few astute users of our generic collections observed that we no longer provide a public SyncRoot property on ICollection<T>. I believe we're better off not providing it. You often want to do synchronization at some higher level in your application,

New BCL features in Beta1

[Ahmed AbouTaleb] Here is a list of all the new BCL features that shipped in Visual studio 2005 Beta1 Regular Expressions We added the ability to use character class subtraction to regular expressions. The specification is publicly available here . Compression

A customer question on Thread.Name

A query was raised by Ilya Ryzhenkov on Thread.Name: "What's the reason of Thread.Name property be write-once?" Ilya, the response I got was from Chris Brumme , an architect on the CLR team. Chris points out that if you care about the name of your thread,
Posted by BCLTeam | 2 Comments
Filed under:
 
Page view tracker