2 weeks ago I gave a presention for the VISUG. During the presentation I mentioned that I hated the use of #regions in source code. Each time you use the Visual Studio helpers you will get a region tag around the interface implementations. Someone in the audience mentioned that I could disable this behavior.
So after the presentation I opened Visual Studio again and found the option to disable this:
Tools –> Options… -> Text Editor –> C# –> Advanced –> Implement Interface
Deactivate this checkbox and bye bye “#region…”