Visual Studio 2008 allows you to select the type of collection that is used for arrays for a web service's proxy objects. To do this you righ-click on the web reference and select "Configure Service Reference...." This opens the "Service Reference Settings" window. The "Collection type" combo box allows you to select the type of collection that you want to use. This is a GREAT feature. I love it. However, it's missing one collection type that is extremely useful in WPF apps which is used for data binding. Namely, it's missing "System.Collections.ObjectModel.ObservableCollection." Would it be possible to add this collection type to the list as well?The following URL explains a workaround, but, it would be much nicer if ObservableCollection was simply in the drop down list.http://www.infinitec.de/articles/development/default.aspx
Version