在 ASP.NET 中使用 ObservableCollection
我需要使用 ObservableCollection
< 的功能/a> 在我的 asp.net 应用程序中提供。我唯一担心的是这个类是 WindowsBase 程序集的一部分,我不确定在 Web 项目中包含 Windows 程序集是否是一个好主意。
有什么想法/意见吗?
谢谢!
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!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您在 WPF 之外创造性地使用
ObservableCollection
,我认为您没有任何理由不应该利用它。甚至微软也表示:本文提供了一个
ObservableCollection
示例在 WPF 中。不过,作者在文章的最后却做出了这样的声明:If you have a creative use for
ObservableCollection
outside of WPF, I don't see any reason you should not take advantage of it. Even Microsoft says:This article has an example of an
ObservableCollection
in WPF. However, the author makes this statement at the end of the article: