[Linky] HOW TO: Debug into a .NET XmlSerializer Generated Assembly

When using the xml serialization object to serialize and deserialize an object a temporary class file is generated. This article explains how to find the intermediary file and step into it with the VS.Net debugger.

Article by Scott Hanselman.