Scenario
I have a C# application compiled as a DLL.
I have a build from last week and a build from this week.
There has been a significant change in performance so I want to compare the the two builds to see what has changed.
ANY IDEAS?……..SUGGESTIONS?
Cheers
EDIT:
Yes it would be better to compare the source code from version control……..except we are using TFS, not by choice, and even with the bolton application TFS takes source control to a whole new level of shite……..it’s very difficult to revert without messing around with workspaces etc….i just thought the DLL approach would be easier…The application is a monster as well……
I would recommend to disassemble two libraries with the Reflector (right click on the assembly -> Export) and then compare directories generated with some merging tool, like WinMerge.