Automatic properties syntax wish
Just a quick thought on on Automatic properties in C# 3.0 (.NET 3.5, Orcas, whathaveyou). I, like most .NET developers, have spent too much time writing private string foo; public string Foo { get { return foo; } set { … Continue reading