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 colle...