线程化 C# 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
通常,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.
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.