2
votes
C# 3.0 Auto-Properties - useful or not?
I always create properties instead of public fields because you can use properties in an interface definition, you can't use public fields in an interface definition.
…
