All Tags »
silverlight »
mvvm »
crud
Sorry, but there are no more tags available to filter with.
-
One objection to MVVM I often hear is that it doesn't manage transactions well. I'm not talking about database transactions or ''true atomic'' transactions, but those short-lived transactions that happen in the UI. With data-binding, updates happen immediately. If I pass a validation, the field is updated.
Many applications, however, don't work ...