Blog Post

Core Infrastructure and Security Blog
1 MIN READ

Deploying DLLs - Debug vs Release

ronalg's avatar
ronalg
Icon for Microsoft rankMicrosoft
Feb 08, 2019

First published on MSDN on Mar 21, 2012

When you’re deploying DLLs into your production SharePoint environment, it’s important to deploy DLLs built in Release mode. When you do this, you ensure the code is optimized, and are reducing the risk for performance issues. There’s a nice tool on CodePlex that will help you inspect DLLs to ensure they’re built in release mode with the proper optimizations enabled. Make sure you’re looking at your DLLs and ones provided by 3rd parties or other internal development teams. I’d add this tool as a check to any code review/sign off process you currently have in place, or should have in place.

http://assemblyinformation.codeplex.com/

Updated Apr 28, 2020
Version 4.0
No CommentsBe the first to comment