http://www.wintellect.com/CS/blogs/jrobbins/archive/2009/05/11/pdb-files-what-every-developer-must-know.aspx
A .NET PDB only contains two pieces of information, the source file names and their lines and the local variable names. All the other information is already in the .NET metadata so there is no need to duplicate the same information in a PDB file.How to read PDB files
http://sorin.serbans.net/blog/index.php/2010/08/10/how-to-read-pdb-files/
Converting a managed PDB into a XML file.
http://blogs.msdn.com/b/jmstall/archive/2005/08/25/pdb2xml.aspx
DebugInfo.com - Matching debug information (PDB to EXE/DLL)
http://www.debuginfo.com/articles/debuginfomatch.html
ChkMatch - Check matching between the executable and the debug information file.
http://www.debuginfo.com/tools/chkmatch.html
Deploying .PDB files in IIS. Any benefit?
http://stackoverflow.com/questions/381537/deploying-pdb-files-in-iis-any-benefit
Should one go to Production with a DEBUG Build?
http://www.hanselman.com/blog/CommentView.aspx?guid=495312ae-08a1-4712-b654-e392bf34bfd2
Debug vs. Release - The Best of Both Worlds
http://www.hanselman.com/blog/DebugVsReleaseTheBestOfBothWorlds.aspx
Making an Image Easier to Debug
http://msdn.microsoft.com/en-us/library/9dd8z24x%28v=vs.80%29.aspx
Inside site precompilation and no-compile pages (ASP.Net)
http://www.developerfusion.com/article/84379/inside-site-precompilation-and-nocompile-pages/





