When I first encountered the C# 3.0 feature known as ' automatic properties ' I had two, almost simultaneous, thoughts: "Oh great!" and "Oh no!" Here is an automatic property: public int Bar { get; set; } This property does not reference a field, but
Read More...