需要学习多线程有什么好书或者好文章吗?
尽管我已经涉足 .net 几年了,但我还没有认真地做过多线程。我以非常简单的方式使用了 WPF 中的后台工作程序和 Dispatcher 对象。
我想申请的所有工作(金融部门)都需要多线程经验。不确定需要什么线程知识,但我似乎没有它就堆栈了。
是否有任何书籍或好的示例(例如 codeplex 等)可以提供我作为开发人员使用 Windows 窗体或 WPF 开发软实时应用程序的想法或需要了解的知识?
Eventhough I have been involved in .net for a few years I have not done multithreading in a serious way.I have used the background worker and the Dispatcher object in WPF in a very simple way.
All the jobs I would like to apply (financial sector) they all require multithreaded experience. Not sure what knowledge of threading is required but I seem to be stack without it.
Is there any books or good examples (eg. codeplex, etc) which gives an idea or what I need to know as a developer to work on Soft real time applications using Windows Forms or WPF?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
C# 中的线程,作者:Joseph Albahari。
您可以从该页面免费下载 PDF。
它被翻译成中文、捷克语、波斯语、俄语和日语。
它有很多 C# 示例,我认为它涵盖了有关多线程的所有主要主题...
Threading in C#, by Joseph Albahari.
You can download the PDF from the page for free.
It is translated into Chinese, Czech, Persian, Russian and Japanese
It has lots of examples in C#, and I think it covers all the main topics about multithreading...
乔·达菲. 预订。 博客。 期间。
Joe Duffy. Book. Blog. Period.
这里是对多线程 C# 的很好的介绍。
Here is a pretty good introduction to multithreaded C#.