Multiple object bindings on MVC view
Multiple object bindings in MVC are the common requirement when working with more advanced UI. An example of that can be creating order form with multiple order items being added dynamically by the user. In such a scenario we can create binding for our “Order” model as normal and create partial view with the structure […]