Why do C# automatic properties not support default values like VB 2010?
- by Rob van Groenewoud
Looking at the new VB 2010 features, I stumbled upon support for Auto-Implemented Properties.
Since I'm working with C#, this seemed quite familiar, but I noticed that VB did add a feature I would love to have in C#: setting a arbitrary default value for the auto-implemented property:
I really like the clean usage of auto-properties in C#.…