Browse by Tags
All Tags »
Visual Studio (
RSS)
Almost every project I write has a configuration file and its content varies from one environment to another. In this case, managing multiple configuration files can make life a lot easier. There are different approaches for doing this, I'll link...
Via this post . If you haven't experienced it yet, there's a project template for WCF in VS2008 that if you run it inside Visual Studio, it will launch an automatic service host overriding any start up code you tried to write. This could be annoying...
When you're trying to customize existing CommandBars and Menus in Visual Studio, you can most obviously find a command bar by its Guid or Name. The problem with going with Name is that it isn't unique and consistent through different versions...