grab our rss feed

stevienova.com

Homepage of Steve Novoselac

Entries Tagged ‘TFS’

How To: Connect to SQL Server, VS TFS, etc using Windows Authentication when computer is not on Active Directory Domain (XP and Vista!)

Whew, long title, amazing results! Problem: You have a laptop or computer and you are working remotely for a company. You VPN in. Your computer is not on their Active Directory (AD) domain. You try to connect to SQL Server using SSMS or Analysis Services using Excel, but it doesn’t work because it is using [...]

View Comments | 11,780 views

TFS Source Control: No Commands Available

Setting up Visual Studio 2005 and Team Explorer on my new Vista (I don’t think this is just a Vista issue, probably happens on XP as well) laptop, and when I went to go check out something from source control, I right click on a team project and get “No Commands Available” and everything is grayed out. [...]

View Comments | 1,001 views

TFS Team Build, TFSBuild.props and Visual C++

Team Foundation Server is a pretty sweet setup. It integrates source control into the Visual Studio IDE, and makes it easy for teams to work on projects together. With a little tweaking you can set up Continuous Integration and nightly builds. There are many different ways to set up your project layouts and references, which [...]

View Comments | 1,271 views