| Author: Satya 08 Sep 2008 | Member Level: Gold | Rating: Points: 3 |
<System.Diagnostics.DebuggerStepThrough()> If you have some shared method that your code calls often (maybe something in a DAL) that performs some common task for you that you would rather not have to step through in the IDE all the time, simply add this attribute to the method sig and VS.NET will skip it!
|