SharePoint 2007 Archive

  • Reflector

    Getting at internal Resource strings in SharePoint assemblies

    One of the most useful tools in a SharePoint developers arsenal is Reflector. Just in case you haven’t heard or used it before here’s the link: http://www.red-gate.com/products/reflector/index.htm. While it’s great to see the raw code behind SharePoint there is the occasional moment where the use of a resource string hinders understanding. This post aims to give a quick example code snippet which extracts the string value from an assembly.

    Full Story