I'm using 'BeginCollectionItem" for dynamic fieldset which rendering a sequence of items that should later be model bound to a single collection.
Just wonder is there any other alternative to implement the same thing?
@using (Html.BeginCollectionItem("books")) { }