Relative Content

Tag Archive for c#syntaxpropertiesfield

What to use: Fields or Properties?

I have a tiny question: what do programmers use more often, fields or properties? And is it good to use public fields or I should better use properties in this case?