SyntaxFix
Write A Post
Hire A Developer
Questions
In the default constructor (and any non-default ones if you have any too of course):
public foo() { Bar = "bar"; }
This is no less performant that your original code I believe, since this is what happens behind the scenes anyway.