0
kicks
Wrap IList<T> and use it for effective binding in Silverlight and WPF
If you use some ORM tool like NHibernate and your business entities or DTOs have to support collections of other elements, you are forced to use the interface notation IList<T> or ICollection<T> to hold a reference to the real collection implementation..here is how you can wrap them to take full advantage of the binding mechanism in WPF and Silverlight.