Archive for November, 2010
Dynamic Entity Binding–Validation
Posted by rocchetti in Binding, Localization, Silverlight, Untyped, Validation on November 17, 2010
Last post, I described a method to create a loosely typed business object that supports binding with change notification. This post I’m going to add validation support. I have chosen to use the INotifyDataErrorInfo interface to implement validation notification since it provides the richest functionality for this purpose. IDataErrorInfo uses an indexer to report errors, […]
Dynamic Entity Binding
Posted by rocchetti in Binding, Localization, Silverlight, Untyped, Validation on November 17, 2010
Silverlight provides a powerful binding mechanism to allow a comprehensive solution for data transport and validation. Unfortunately, this binding relies on a hard coded model for implementation. In the scenario where the schema of the data entity is not known at compile time, there is nothing provided out of the box. I have come up […]
Recent Comments