Skip to Content
A Programmer's Introduction to Visual Basic® .NET
book

A Programmer's Introduction to Visual Basic® .NET

by Craig Utley
December 2001
Intermediate to advanced content levelIntermediate to advanced
360 pages
9h 6m
English
Sams
Content preview from A Programmer's Introduction to Visual Basic® .NET

Summary

Much of what you have seen in this chapter presents some challenges for classic VB developers. After all, VB developers have had ten years of not worrying about multiple threads. Multithreading is important, however, to building robust and scalable applications.

If you question the scalable claim, remember that not all computers only have a single processor. On single-processor machines, the threads are getting time slices on the processor; so, in truth, only one thread can run at a time. On multiprocessor machines, however, multiple threads can run at the same time, which can make your application much more scalable. In addition, this just drives home the need for synchronization.

If you think that you could do all this with DoEvents ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Visual Basic® Programmer's Guide to the .NET Framework Class Library

Visual Basic® Programmer's Guide to the .NET Framework Class Library

Lars Powers, Mike Snell
Application Development Using Visual Basic® and .NET

Application Development Using Visual Basic® and .NET

Robert J. Oberg, Peter Thorsteinson, Dana L. Wyatt
Visual Basic® .NET by Example

Visual Basic® .NET by Example

Gabriel Oancea, Bob Donald

Publisher Resources

ISBN: 0672322641Purchase book