Monthly Archives: November 2011

Using TortoiseGit with GitHub– A checklist rather than tutorial

Install msysGit  http://code.google.com/p/msysgit/ Create a SSH key using Bash (id_rsa and id_rsa.pub) Install TortoiseSVN Use plink    Use puttyGEN, which comes with TortoiseGit, to create a Putty private key from id_rsa like so: puttyGen –> Conversions –> Import Key –> … Continue reading

Posted in Uncategorized | Tagged , , | 2 Comments

Asp.Net MVC3 Razor and RESX Localisations/Localizations

I was just applying for a small two week contract that was based on Localisation. This is the work I did to give myself a quick refresh. It reminded me on how well Asp.Net MVC3 works with RESX localisations. As … Continue reading

Posted in ASP.Net | Tagged , , | 6 Comments