Wrap IList<T> and use it for effective binding in Silverlight and WPF
Posted Monday November 2008 alle 02:05
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...

Recent Comments