Nytro Posted May 21, 2014 Report Posted May 21, 2014 [h=2].NET Reflector 8[/h][h=2]Look inside any .NET code[/h] ?Debugging your applicationFollow bugs through your application to see where your problems lie – whether it's in your own code, third-party libraries, or components used by your application.[*]?Understand how applications workInherited applications with little or no documentation or comments are hard to develop. Use .NET Reflector to understand how the code runs and avoid bugs.[*]?SharePoint and other third-party platformsLike many third-party platforms, SharePoint APIs and libraries aren't always well-documented. With .NET Reflector you can look inside their assemblies and see how they work and which APIs you can call.Download: .NET Reflector - DownloadSursa: .NET Reflector - Understand and debug any .NET code Quote