Using ObservableCollection in ASP.NET
- by Andrey
I need to use functionality that ObservableCollection provides, in my asp.net app. My only concern is that this class is a part of WindowsBase assembly and I'm not sure if it's a good idea to include a windows assembly in a web project.
Any ideas/comments?
Thanks!