线程化 C# UI

发布于 2024-12-11 06:57:11 字数 292 浏览 0 评论 0原文

这可能听起来很愚蠢,但我不想劫持一个问题。

我最近读了这篇文章:

为什么第二个 UI 线程冻结第一个一个?

,读完解决方案后,我觉得我对 threading/ui/c# 很弱。有谁知道我可以在哪里阅读更多有关此内容并更具体地理解术语的信息。如果可能的话,我正在寻找一些实用的东西。

提前致谢 :)

This may sound silly but I didn't want to hijack a question.

I recently read this post:

Why a second UI thread freezes the first one?

and after reading the solution I felt that I was very weak with threading/ui/c#. Does anyone know where I can read more about this and more specifically understand the terminology. I'm looking for something hands on if possible.

Thanks in advance :)

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

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

发布评论

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

评论(2

何以畏孤独 2024-12-18 06:57:11

通常,Albahari 的《Threading》被认为是最好的书籍。但我不认为 WPF 中的线程与 Albahari 所解释的有很大不同。即使在处理 UI 线程的情况下也是如此。

Usually it is suggested that the Threading by Albahari is the best book available. But i do not think that the threading in WPF is quite different than explained by Albahari. Even in case of handling UI threads.

公布 2024-12-18 06:57:11

Joe Albahari 的电子书是我所知道的最好的免费资源(他实际上知道他在说什么),所以我会从那里开始。

然而,Joe Duffy 的书(Windows 上的并发编程)有更多细节 - 价值 1,000 页!如果你想认真阅读,这是必读的。

Joe Albahari's ebook is the best free resource I know of ( he actually knows what he's talking about ), so I would start there.

However, Joe Duffy's book ( Concurrent Programming on Windows ) has much more detail - 1,000 pages worth! It's mandatory reading if you want to get serious.

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