Posts
Sort by recent activity
Profiling causes IIS to crash
I'm sure this is something wrong with my machine. However, a re-install of both Visual Studio 2013 and ANTS Performance Profiler 9 have not made anything better. Everything is fine, unless I'm prof...
How to hide source for methods
I have a large code base that takes advantage of AOP (aspect oriented programming). I would like to hide the impact of a particular method.
As I'm currently showing just "Methods with source", I'm ...