Using ObservableCollection in ASP.NET
        Posted  
        
            by Andrey
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Andrey
        
        
        
        Published on 2010-04-30T18:55:13Z
        Indexed on 
            2010/04/30
            18:57 UTC
        
        
        Read the original article
        Hit count: 431
        
ASP.NET
|observablecollection
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!
© Stack Overflow or respective owner