Rob's blogs on Blog posts for tools page 2

Git Tools for Windows

I get asked from time to time what tools I would install to use Git on Windows....

IIS Express /protocol:https

IIS Express is awesome, a great upgrade from Cassini. It supports https, Windows Authentication, persistent sites even if Visual Studio is closed, command-line launching, it’s great....

Moving to IIS Express and https

I’ve been asked a few times to help people move from their current use of the Web Development Server to https....

Sql Source Control from SSMS to Working Directory

I use Sql Source Control in an unconventional way: I want to commit both sql scripts and code at once....

Configuring other IIS boxes in the web farm

Configuring the first IIS 7.x box is far easier than IIS 6 was, but configuring multiple web servers to behave identically can be a pain....

Pop GMail on more than one machine

I’ll set this gem here before I lose it again: http://mail.google.com/support/bin/answer.py?answer=47948 The problem definition: I’ve got more than one machine POPing my GMail....

My current CI setup

I was asked by email what my current CI setup is, and did I have a blog post about it....

Validating web content in CI

If I had another 257 hours in the day, I’d love to build the ultimate web content validator into the continuous integration process I now have....

VS's Cassini (Web Server) + Fiddler = Remote testing

From time to time, I have a need to debug a web site from a browser not installed on my current machine....

Testing: Methodologies, Best Practices, and Tools

I had the privilege to speak at the SEVDNUG yesterday about Testing. When we typically think of “Testing”, we usually use the term “Unit Testing”, yet we usually mean “Integration Testing” or “Functional Testing”....
2