Blog Stats
  • Posts - 94
  • Articles - 0
  • Comments - 10
  • Trackbacks - 0

 

April 2008 Entries

Find the Previous Method Called

To determine what the previous method called was prior to your current location in the code, try the following: string previousMethod = new System.Diagnostics.StackFrame(1, false).GetMethod().Name; This is a great quick way to determine the previous method for logging purposes in an obtuse code base.

April 2008 Issue of TechNet Magazine: Utility Spotlight: Web Capacity Analysis Tool

The April 2008 issue of TechNet Magazine is out on the website. Check out my Utility Spotlight on the Web Capacity Analysis Tool: Web Capacity Analysis Tool

April 2008 Issue of TechNet Magazine: IT Toolbox

The April 2008 issue of TechNet Magazine is out on the website. Check out my IT Toolbox column here: http://technet.microsoft.com/magazine/d723a118-ef2c-4c1e-928a-0f86c4dce4c3 In this issue I covered: UltraMon 2 Manage Multiple Monitors Microsoft SQL Server 2005 Analysis Services (Book Review) ApexSQL Audit Diagnose Database Issues Password Reminder PRO v1.4 Automate Password Expiration Reminders UltraVnc SC Remote Troubleshooting Simplified

 

 

Copyright © Greg Steen