Html helpers

TextboxFor is a more low level than EditorFor. So EditorFor will include all the model validation based on Data Annotations but TextboxFor will not. You can achieve the same thing with TextboxFor but you will need to supply all the unobtrusive data-* attributes yourself.

This can come in handy when you need more low level control.