User711641945 posted
Hi karol wolonciej,
I heard that I should have separate view model and binding model but which one use when taking data from forms?
As far as I know,you need use view model.In this approach you'll never bind against business objects or entities, and you'll only have properties available for the input you expect. Once the model is validated you can move values from the input model to
the object you use in the next layer of software.
Best Regards,
Rena