Sonata Software interview question

Difference between editorfor and editor for

Interview Answers

Anonymous

7 Aug 2018

Editor for works like strongly typed like if the property is boolean it will consider input type as check box

Anonymous

15 Nov 2019

Editor and EditorFor it generates same results but declaring time.... "for Editor directly we need to mention string name". "for EditorFor we need to use lambda expression".