Let\'s say, we have a variable, which we want named Fubar
Fubar
Let\'s say that Fubar is a String!
String
That means, we would define F
If you name your private variables starting with lower case, you can right click on them and have VS generate your getter/setter code for you;
Refactor->Enacpsulate Field...
It will name the property with Caps.