I've some simple questions regarding asp.net mvc development.
What the use of UpdateModel and TryUpdateModel ? and which condition does apply to use either UpdateModel or TryUpdateModel. From my experience TryUpdateModel beside binding FormCollection into Model also validate the data. Is it correct ?