Welcome to MSDN Blogs Sign in | Join | Help

June 2008 - Posts

The answer: When it is a SortedList. Here is one issue that I have with the Framework.  The name SortedList<T> implies that the class inherits IList<T>, but it does not.  In fact, it implements IDictionary<TKey,TValue>. This Read More...
The Parallel Programming team has released a June 2008 CTP of the Parallel Extensions for .NET. They have made some good improvements over the last version. More about the release can be found here . The CTP can be downloaded here . Read More...
 
Page view tracker