I'm having a problem with the default model binder creating new entities when I bind a entity with child collection rather than updating the existing child entities. I found what looks like a good solution in this post
but I don't want to have to change the mvc source. Can someone tell me how I could override this method in my project so that my custom updatecollection is always called over the default?