Is there something close to Html.EditorForModel()
for WPF?
ex:
<StackPanel><local:EditorControl<Student> /> </StackPanel>
or Html.TextBoxFor(model => model.Description)
What are the best practices for rapid development of data driven applications using WPF?