How to Never Forget Temporary Test Code: Using #if RELEASE + #error in Visual Studio
When developing applications, there are times when you need to temporarily change the behavior of a working method — for example, to investigate a bug, check something quickly, or work around an issue for the moment. Read more»