Monday, February 11, 2008

Daily Links 11/02/2008

TDD for Beginners Series
for those of us who keep meaning to get into TDD and would like a simple place to start

C# Sorting evolution
Illustrates the improvements of C# from 1.0 - 3.0 using sorting as an example.

Calculate the distance between 2 geoCodes (lat / long) in C# / Javascript

Visual Studio 2005 Addins for NAnt and NUnit

ShortGuid - a shorter and URL friendly Guid class in C#

Latest Link List from Scott Gu

Secured Subversion on Windows
using SSH withouth having to install Apache

I recently got locked out of my SQL 2005 using the sa account: to fix this, login using windows authentication, and run this query: "ALTER LOGIN sa WITH PASSWORD = 'yourPassword' UNLOCK"

No comments: