
Accelerated VB 2010
Apress
Published on 30. November 2010
Book
Paperback/Softback
450 pages
978-1-4302-2602-4 (ISBN)
Description
Visual Basic 2010 offers powerful new features, and this book is the fastest path to mastering them. This book is for both experienced Visual Basic programmers moving to Visual Basic 2010 and programmers moving to Visual Basic from another object-oriented language. Many books introduce Visual Basic, but very few also explain how to use it optimally with the .NET Common Language Runtime (CLR). This book teaches both core Visual Basic language concepts and how to wisely employ Visual Basic idioms and object-oriented design patterns to exploit the power of Visual Basic and the CLR. This book is both a rapid tutorial and a permanent reference. You'll quickly master Visual Basic syntax while learning how the CLR simplifies many programming tasks. You'll also learn best practices that assure your code will be efficient, reusable, and robust. Why spend months or years discovering the best ways to design and code Visual Basic when this book will show you how to do things the right way, straight from the start?
* Comprehensively and concisely explains both Visual Basic 2008 and Visual Basic 2010 features* Focuses on the language itself and on how to use Visual Basic 2010 proficiently for all .NET application development* Concentrates on how Visual Basic features work and how to best use them for robust, high-performance codeWhat you'll learn* How Visual Basic works with and exploits the CLR* How to use arrays and collections* How to handle events with delegates* How to design and use generic types and methods* How to thread efficiently and robustlyWho is this book for? If you're an experienced Visual Basic programmer, you need to understand how Visual Basic has changed with Visual Basic 2010. If you're an experienced object-oriented programmer moving to Visual Basic, you'll want to ramp up quickly in the language while learning the latest features and techniques. In either case, this book is for you. The first three chapters succinctly present Visual Basic fundamentals, for those new to or reviewing Visual Basic. The rest of the book covers all the major Visual Basic features, in great detail, explaining how they work and how best to use them.
Whatever your background or need, you'll treasure this book for as long as you code in Visual Basic 2010.
* Comprehensively and concisely explains both Visual Basic 2008 and Visual Basic 2010 features* Focuses on the language itself and on how to use Visual Basic 2010 proficiently for all .NET application development* Concentrates on how Visual Basic features work and how to best use them for robust, high-performance codeWhat you'll learn* How Visual Basic works with and exploits the CLR* How to use arrays and collections* How to handle events with delegates* How to design and use generic types and methods* How to thread efficiently and robustlyWho is this book for? If you're an experienced Visual Basic programmer, you need to understand how Visual Basic has changed with Visual Basic 2010. If you're an experienced object-oriented programmer moving to Visual Basic, you'll want to ramp up quickly in the language while learning the latest features and techniques. In either case, this book is for you. The first three chapters succinctly present Visual Basic fundamentals, for those new to or reviewing Visual Basic. The rest of the book covers all the major Visual Basic features, in great detail, explaining how they work and how best to use them.
Whatever your background or need, you'll treasure this book for as long as you code in Visual Basic 2010.
More details
Edition
2011 ed.
Language
English
Place of publication
New York
United States
Target group
Professional and scholarly
Popular/general
Dimensions
Height: 235 mm
Width: 178 mm
ISBN-13
978-1-4302-2602-4 (9781430226024)
Copyright in bibliographic data and cover images is held by Nielsen Book Services Limited or by the publishers or by their respective licensors: all rights reserved.
Schweitzer Classification
Persons
Guy Fouche is a business intelligence and decision support system consultant in the Dallas, Texas, area. He has developed a large number of Visual Basic systems in a variety of industries, supporting companies of all shapes and sizes. His VB programming experience dates back to Version 1. Yes, Version 1. Guy spends his evenings playing one of his eight trumpets and expanding his composition skills using the current generation of music technologies. On the weekend, he puts as many miles as he can on his bright yellow Honda F4i sport motorcycle. Guy and Jodi enjoy taking nine-day trips in their Jeep 4x4, taking photographs and writing travelogs along the way. You can view their photography at http://photography.fouche.ws.
Content
Chapter 1: VB 2010 OverviewChapter 2: VB 2010 SyntaxChapter 3: Classes and StructuresChapter 4: Methods, Properties, and Fields Chapter 5: VB 2010 and the CLR Chapter 6: Interfaces Chapter 7: Operator OverloadingChapter 8: Exception HandlingChapter 9: Working with StringsChapter 10: Arrays and Collections Chapter 11: Delegates and EventsChapter 12: GenericsChapter 13: ThreadingChapter 14: VB 2010 Best Practices Chapter 15: LINQ with VB 2010