Why by default were these changed when adding a new \"edit\" view? What are advantages when using EditorFor() vs. TextboxFor()?
EditorFor()
TextboxFor()
I found thi
The Html.TextboxFor always creates a textbox ().
Html.TextboxFor
).
While the EditorFor looks at the type and meta information, and can render another control or a template you supply.
For example for DateTime properties you can create a template that uses the jQuery DatePicker.