Hi, I have some classes which has 10-12 fields on average. I encapsulate them as properties, but they are just straight get/set. This is the convention used in .NET Framework, right? Or should I not follow this for everything? But as far as the code as, this encapsulation has advantages, right? So public fields or public properties? Any info on this would be very useful. ...
