I was reading a book called C# Yellow Book by Rob Miles when I came across this statement:
Programmer’s love new shiny toys. They are very keen to use language features to show off. Properties can be a bit like this. When considering properties versus get and set methods I am rather a fan of the old fashioned get and set methods because you know where you are with these. On the other hand I can see where properties might make life easier, if used in the correct way.
I'm not really sure what he means by this. What do you guys suggest? What does MS suggest?