I don't seem to be able to find any authoritative, up-to-date (i.e. for 1.0 final) documentation for the capabilities of the standard model-binder in ASP.NET MVC, particularly with respect to binding complex objects involving collections (and the naming requirements this places on the HTML form)
I have found a blog post from Phil Haack (http://haacked.com/archive/2008/10/23/model-binding-to-a-list.aspx), but it has a note at the top to say it's out of date and will be updated. There was also a useful answer here: http://stackoverflow.com/questions/714634 but I couldn't work out how he knew that stuff.
This page: http://www.asp.net/learn/mvc/#MVC_ActionFilters is titled 'Action filters and Model Binders', but only actual contains information about filters.
Am I reduced to reading the source or buying the new 'Gang of Foreheads' book (and hoping it's better than the other Wrox books I've made the mistake of buying in the past)? Or have I missed a good reference somewhere?