Experience, Knowledge, Creativity
FxCop 10.0 Downloadhttp://www.microsoft.com/en-us/download/details.aspx?id=6544
FxCop, Your .NET Cop (A really nice overview)http://www.4guysfromrolla.com/articles/060204-1.aspxMSDN: Using FxCopCmdhttp://msdn.microsoft.com/en-us/library/bb429474%28v=vs.80%29.aspxMSDN: Adding FxCopCmd to Your Build Processhttp://msdn.microsoft.com/en-us/library/bb412269%28v=vs.80%29.aspxSlideShare: Automating Code Standards Using StyleCop and FxCophttp://www.slideshare.net/BlackRabbitCoder/automating-coding-standardsAutomating Code Review Tools – Part Ihttp://dataplex.org/2008/12/automating-code-review-tools-part-i/Automating Code Review Tools – FxCop – Part IIIhttp://dataplex.org/2009/01/automating-code-review-tools-fxcop-part-iii/Why FxCop is essentialhttp://iainjmitchell.com/blog/?p=15MSDN Magazine: Three Vital FXCop Ruleshttp://msdn.microsoft.com/hi-in/magazine/cc163930%28en-us%29.aspxStyleCop Home Page and Downloadhttp://stylecop.codeplex.com/
Best Way of Automating Daily Build - Stack Overflowhttp://stackoverflow.com/questions/53766/best-way-of-automating-daily-buildCI Feature Matrix - ThoughtWorkshttp://confluence.public.thoughtworks.org/display/CC/CI+Feature+MatrixTeamCityhttp://www.jetbrains.com/teamcity/CruiseControl.Nethttp://www.cruisecontrolnet.org/
Bamboohttp://www.atlassian.com/software/bamboo/overview
Jenkins - An extendable open source continuous integration serverhttp://jenkins-ci.org/Visual Build - $295+http://www.kinook.com/VisBuildPro/Apache Continuum - Continuous Integration and Build Serverhttp://continuum.apache.org/The Build Server: Your Project's Heart Monitor - Coding Horrorhttp://www.codinghorror.com/blog/2006/10/the-build-server-your-projects-heart-monitor.htmlThe Road To Build Enlightenmenthttp://zutubi.com/products/pulse/articles/buildenlightenment/
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.