MSDN Magazine POI
Some point of interests in the Oct MSDN Magazine:
- Parallel LINQ: A new source interface (Similar to IEnumerable and IQueryable) that allows different parts of the querys to execute parallelly.
- WPF Threads: These are too many articles on how to create/use fancy controls in WPF but too few for how WPF really works. This is a nice introducation on the threading model of WPF.