Why I don’t like C# properties
Everything in the real world has properties, so why not C# objects? That must have been the thought of the C# language designers years ago. Properties have been part of the C# language for decades. The basic idea of C# properties are, well, to be able to define properties on objects. The most basic use…