Josh Smith

Follow me down the rabbit hole of cutting edge technology.

Browse by Tags

All Tags » C#   (RSS)
Sorry, but there are no more tags available to filter with.
Automatic Properties and the BinaryFormatter
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...
Posted: 04 Feb 2008, 19:53 | 12 Comments
Filed under: