Tag Archives: runtime

The Microsoft Troubleshooting Methodology – Determine Root Cause

I simply cannot count the times I’ve heard someone vaguely describe some computer problem and then immediately follow it up with their resolution. That resolution is almost always one of these gems: Reboot the computer Reboot the server Reboot the {insert your favorite IT component here} Defragment the hard drive (even solid state drives) Ipconfig/release … Continue reading The Microsoft Troubleshooting Methodology – Determine Root Cause

How To: Obtain Method Name Programmatically For Tracing – Michael Palermo

I am not a fan of hard-coding method names in exception or trace messages.  Here is a utility method to allow access to method name at runtime:

If I call the method above from inside another method:

The resulting output is: "Inside of Application_AuthorizeRequest event handler"