These have just been updated:
Dom
Excellent looking one day free conference on lots of cool .NET and other stuff – http://www.dddsydney.com/
agenda: http://www.dddsydney.com/DDD/Agenda
Dom
If you haven’t seen the SOLID principles before in development or just want to see a cool article on TDD have a look at:
http://prashantbrall.wordpress.com/2010/06/22/interfaces-tdd/
Dom
This is a Melbourne based event that looks free – check it out if you are interested:
Dom
Another C# TDD tutorial – NOT MINE !!!!- very impressive though, Its a few years old but looks very solid
http://dirkkok.wordpress.com/dungeon-generation-article-series/
Dom
I came across another “oldie but a goodie” link today – C# design patterns. Excellent site with lots of cool examples of how to implement a stack of design patterns in C#.
http://www.dofactory.com/Patterns/Patterns.aspx
Dom
Introduction:
This is a short guide to resolving the issue of the expired certificate using XCode with the iPhone SDK – its probably relevant for setting up your certificate from scratch as well. I am not totally convinced this is the best way of fixing the expired certificates for iPhone Development, but it worked for me so.
The Environment:
The development environment is a follows:
The Problem:
You’ll may get a variety of messages when the certificate expires and they will include:
a valid signing identity matching this profile could not be found in your keychain
or :
code sign error: the identiy matching this profile could not be found in your keychain
or
You currently do not have a valid certificate
Getting a new certificate:
Dom