Visual Basic .NET Threading Handbook

Brand: Wrox Press

Write a Review
$38.19 - $45.96
UPC:
9781861007131
Binding:
Paperback
Note:
Used books may not include companion materials/CD/Code etc, items in good condition.We ship orders daily and Customer Service is our top priority!
Publication Date:
6/22/2002
Author:
Tobin Titus;Fabio Claudio Ferracchiati;Srinivasa Sivakumar;Kourosh Ardestani;Tejaswi Redkar;Sandra Gopikrishna
Language:
english
Edition:
0
Adding to cart… The item has been added

Product Overview

This book aims to address one of the fundamental units of .NET programming - the thread. 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 VB.NET programs. This book will cover how .NET applications are executed, the lifecycle of a thread in .NET, how the .NET framework uses threads, how threads work in an event-driven environment, how we can create threads, how we can avoid race conditions and deadlocks, how the activity of multiple threads can be synchronized, and how to debug multithreaded applications.