-
Recent Posts
Recent Comments
- Fernando on FTP Publishing on Windows Server 2008 with Amazon EC2 – Rough guide
- Dann on Asp.Net MVC3 Razor and RESX Localisations/Localizations
- Dann on Asp.Net MVC3 Razor and RESX Localisations/Localizations
- Ray on Do you want France’s SFR neufbox in English?
- Marcelo Delgado on Asp.Net MVC3 Razor and RESX Localisations/Localizations
Archives
Categories
Meta
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
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