When defining a new field using CAML in a feature definition I can define a the Name of the new field and the StaticName. What is difference? Should I define both? And how big is the explosion if those fields don't match?
MSDN states:
StaticName: Optional Text. Contains the internal name of the field.
Name: Required Text. The name of a field. This is the internal name of a field and is guaranteed never to change for the lifetime of the field definition [...]