James, a student on this week’s WCF course has found solutions to two things that bugged me in Visual Studio:
- Removing the #region tags around interface implementations when using the smart tag “Implement Interface”
- Setting the default startup mode to “Current Selection”
James has the details for the #region tags here – for the startup mode, change the “DefaultBehaviorForStartupProject” from 0 to 2.
Thanks James! And indeed a good reason to start a blog ;)