Articles about visual studio

7 Nov 2011 ...

Set default web browser for Visual Studio

This is a reminder of how to change the default browser used when launching a website in Visual Studio.

1 Sep 2011 ...

Easily inserting a screenshot in a TFS work item

This post explains how to add a custom control to your TFS installation to make it a lot easier to simply paste a screenshot directly into the work item editor.

23 Aug 2011 ...

Control which files are included when publishing an ASP.NET project

In this post we look at how to modify an ASP.NET project to include additional files not included in the project, and also how to exclude specific folders, when the project is published or deployed.

22 Aug 2011 ...

Deploy an ASP.NET site through Web Deploy using Publish in Visual Studio

This post goes through the steps necessary to enable remote deployment to a web server from within Visual Studio using the Publish command.

21 Aug 2011 ...

Debugger is not working in VS 2010

Having problems with debugging in Visual Studio 2010 even though you are running it as an administrator?

3 Apr 2011 ...

Installing ASP.NET MVC 3 after Visual Studio 2010 SP1

I had some problems installing the Visual Studio tools for ASP.NET MVC 3 after having applied SP1 for VS2010, but this workaround sorted out the problems for me.

17 Jan 2011 ...

How to customize TFS 2010 work items and workflows

There are a lot of project templates available for Team Foundation Server, but you often need to tweak them to suit your team. This post explains how to customize work item types and workflows.

15 Sep 2010 ...

Manually setting the namespace for a web service proxy class in Visual Studio

When a web service proxy class is generated by Visual Studio it comes with a default namespace. This post shows a way of modifying how the proxy class is generated to manually specify which namespace to use.