非阻塞 UI WPF/Silverlight

发布于 2024-10-28 19:32:11 字数 46 浏览 5 评论 0原文

设计非阻塞 UI 时需要牢记哪些事项? IObservable 是为此目的吗?

What are the things to be kept in mind while designing a non-blocking UI. Is IObservable meant for that?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

江城子 2024-11-04 19:32:11

使用异步方法时,协程还有一个非常有趣的想法。

您可以在这里阅读相关内容:

  1. 使用协程进行异步服务调用
  2. 带有 MVVM Light 的协程
  3. IResult 和协程

There is also very interesting idea of coroutines when working with async methods.

You can read abut it here:

  1. Asycnhronous Service Calls with Coroutines
  2. Coroutines with MVVM Light
  3. IResult and Coroutines
可是我不能没有你 2024-11-04 19:32:11

我认为最通用的规则是:所有持久的操作(例如数据库或服务调用)都应该异步运行或在单独的线程或后台工作程序中运行。

I think most general rule would be: All long-lasting operations, like database or service calls should be run either asynchronouly or in separate thread or backgrounworker.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文