Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在构建一个交易应用程序,并且必须使用 WPF 在 UI 中处理大约 500 万行。数据会不时刷新。我们正在考虑使用 WCF 作为服务层。考虑到用户大部分时间都需要响应式 UI,处理这种情况的最佳方法/控制是什么?
在技术方面,我们是微软商店。另一个问题是,WPF 是否可以处理大数据或 WinForms 是否可行?
您将需要使用数据虚拟化(注意 - 不是UI 虚拟化),这是一个很好的启动器。