I'm going to get into the regular habit of soliciting feedback on book content. The responses here were very helpful.
Right now, I'm wrapping up the chapter on mutli-threading which covers app-domains, threading, and process management. I've tried to cover of all the standard concurrency and threading topics, asynchronous API patterns, synchronization and the Win32 WaitHandle-based resources, and both the System.AppDomain and System.Diagnostics.Process classes.
Is there anything specific to this area you'd like to see covered?
Any common pain points that .NET newcomers (or even experienced developers) seem to get hung up on when it comes to this topic?
Any anti-patterns you see emerging that the general public should know about?
Feedback would be much appreciated.