Threading in C#

Threading in C#

简介:

C # 支持通过多线程并行执行代码。线程是独立的执行路径,能够与其他线程同时运行。本书介绍了C # 中异步编程的基本技能。它回答了C # 应用程序开发中的关键问题,例如: 如何始终保持程序响应以使用户满意?如何充分利用可用的硬件?如何提高性能?在现代世界中,用户对他们的应用程序和设备的期望越来越高,并且多核硬件具有提供它的潜力。但是需要精心制作的代码才能将这种潜力转化为响应迅速、可扩展的应用程序。深入了解线程在程序执行中的作用,多个线程如何交互以制作高效的程序,以及在开发多线程应用程序时要注意的陷阱,这些都是开发人员开发有效C # 程序的能力的核心。本书旨在练习c # 开发人员,他们需要确保他们的应用程序可以利用.NET框架。

英文简介:

C# supports parallel execution of code through multithreading. A thread is an independent execution path, able to run simultaneously with other threads.

This book teaches the essential skill of asynchronous programming in C#. It answers critical questions in C# application development, such as: how do I keep my program responding at all times to keep my users happy? how do I make the most of the available hardware? how can I improve performance?

In the modern world, users expect more and more from their applications and devices, and multi-core hardware has the potential to provide it. But it takes carefully crafted code to turn that potential into responsive, scalable applications.

A strong understanding of the role threads play in program execution, how multiple threads can interact in order to make efficient programs, and the pitfalls to beware of when developing multithreaded applications, are all core to a developer's ability to develop effective C# programs.

This book is aimed at practicing c# developers who need to ensure that their applications can utilize the threading capabilities of the .NET Framework.

书名
Threading in C#
译名
C# 中的线程
语言
英语
年份
2006
页数
125页
大小
1.16 MB
标签
  • C#
  • 下载
    pdf iconThreading in C#.pdf
    密码
    65536

    最后更新:2025-04-12 23:57:54

    ←.NET Compact Framework Programming with C# and Visual Basic .NET

    →Thinking in C#