Archive for November, 2010

Dynamic Entity Binding–Validation

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, […]

Leave a Comment

Dynamic Entity Binding

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 […]

Leave a Comment

Follow

Get every new post delivered to your Inbox.