Always seem to forget the syntax for instantiating arrays in code:
int [] numbers = new int[] {3,1,4};
string [] names = new string[] {"Tom", "Dick", "Harry"};
This blog is a record of some development issues I have faced. There may be something of use!