What is the difference between mentioning the property name in Binding and using the property name with the "Path" in WPF? I find it a lot of places/people use it in a mixed manner.
<TextBox Text = {Binding Firstname}\>
vs
<TextBox Text = {Binding Path = Firstname }\>