Tag Archives: Michael Palermo

Video: Microsoft’s Michael Palermo Reveals Windows 8

In a moment of weakness, Microsoft Developer Evangelist J. Michael Palermo IV (former MVP & RD) shares intimate details about Windows 8, the latest operating system from Microsoft, thanks to a grueling interview by Spike Xavier at Interface's Tech Immersion … Continue Reading

Interface Tech Immersion 2011

Our DEEP DIVE Tech Immersion 2011 was a great success! A highlight was the keynote by Microsoft Distinguished Engineer Jeffrey Snover, the father of PowerShell. Snover cleared up some of the confusion about the cloud, which we'll be hearing more … Continue Reading

Managing Projects in Visual Studio 2005 & 2008 by Michael Palermo – Interface Technical Training

One of the first tasks I tried when I installed Visual Studio 2008 was to open a Visual Studio 2005 project.  I was prompted with the following: This concerned me, because I wanted to open the project in Visual Studio 2005 … Continue Reading

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 … Continue Reading

Recursive FindControl by Michael Palermo

Need to find a control anywhere on the page or in a template?  Here is the code to find it recursively.  This example assumes the code is located in a custom base page.