Join Amazon Prime and ship Two-Day for free and Overnight for $3.99. Already a member? Sign in.

 

or
Sign in to turn on 1-Click ordering.
 
 
More Buying Choices
55 used & new from $0.99

Have one to sell? Sell yours here
 
   
Accelerated VB 2008
 
 
Tell the Publisher!
I’d like to read this book on Kindle

Don’t have a Kindle? Get yours here.
 
  
3.3 out of 5 stars See all reviews (3 customer reviews)

List Price: $39.99
Price: $32.57 & this item ships for FREE with Super Saver Shipping. Details
You Save: $7.42 (19%)
In Stock.
Ships from and sold by Amazon.com. Gift-wrap available.

Want it delivered Monday, July 13? Choose One-Day Shipping at checkout. Details
37 new from $2.74 18 used from $0.99

Frequently Bought Together

Accelerated VB 2008 + Pro VB 2008 and the .NET 3.5 Platform (Windows.Net) + Visual Basic 2008 Recipes: A Problem-Solution Approach
Price For All Three: $103.74

Show availability and shipping details


Customers Who Bought This Item Also Bought

Beginning VB 2008: From Novice to Professional (Beginning from Novice to Professional)

Beginning VB 2008: From Novice to Professional (Beginning from Novice to Professional)

by Christian Gross
2.5 out of 5 stars (8)  $29.19
Visual Basic 2008 Recipes: A Problem-Solution Approach

Visual Basic 2008 Recipes: A Problem-Solution Approach

by Todd Herman
5.0 out of 5 stars (1)  $33.38
Pro WPF with VB 2008: Windows Presentation Foundation with .NET 3.5

Pro WPF with VB 2008: Windows Presentation Foundation with .NET 3.5

by Matthew MacDonald
4.3 out of 5 stars (3)  $34.64
Beginning VB 2008 Databases: From Novice to Professional (Beginning: from Novice to Professional)

Beginning VB 2008 Databases: From Novice to Professional (Beginning: from Novice to Professional)

by Vidya Vrat Agarwal
3.0 out of 5 stars (4)  $40.49
Beginning ASP.NET 3.5 in VB 2008: From Novice to Professional, Second Edition (Beginning from Novice to Professional)

Beginning ASP.NET 3.5 in VB 2008: From Novice to Professional, Second Edition (Beginning from Novice to Professional)

by Matthew MacDonald
3.4 out of 5 stars (9)  $31.49
Explore similar items

Editorial Reviews

Product Description

Visual Basic 2008 offers powerful new features, and Accelerated VB 2008 is the fastest path to mastering them, and the rest of Visual Basic, for both experienced Visual Basic programmers moving to VB 2008 and programmers moving to Visual Basic from another object–oriented language. Many books introduce VB, 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 VB idioms and object–oriented design patterns to exploit the power of VB and the CLR.

Accelerated VB 2008 is both a rapid tutorial and a permanent reference. You’ll quickly master VB syntax while learning how the CLR simplifies many programming tasks. You’ll also learn best practices that ensure your code will be efficient, reusable, and robust. Why spend months or years discovering the best ways to design and code VB when this book will show you how to do things the right way, right from the start?

  • Comprehensively and concisely explains both Visual Basic 2005 and Visual Basic 2008 features
  • Focuses on the language itself and on how to use Visual Basic 2008 proficiently for all .NET application development
  • Concentrates on how VB features work and how to best use them for robust, high–performance code

What you’ll learn

  • How VB 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 robustly
  • How the new VB 2008 anonymous types, lamba expressions, and extension methods work and how to use them

Who is this book for?

If you’re an experienced VB programmer, you need to understand how VB has changed with VB 2008. If youre an experienced object–oriented programmer moving to VB, you 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 VB fundamentals for those new to or reviewing VB. The rest of the book covers all the major VB features in great detail, explaining how they work and how best to use them. Whatever your background or need, youll treasure this book for as long as you code in VB 2008.



About the Author
Guy Fouché is a business intelligence and decision support system consultant based in Dallas, Texas. He's developed many Visual Basic systems in a variety of industries, supporting companies of all sizes. His VB programming experience dates back to Version 1 (yes, Version 1).

Trey Nash is a principal software engineer working on PC Bluetooth solutions at Cambridge Silicon Radio. Before focusing on .NET, he specialized in COM/DCOM programming in C, C++, and ATL. Trey earned his bachelor of science and master of engineering degrees in electrical engineering from Texas A&M University.

Product Details

  • Paperback: 464 pages
  • Publisher: Apress (January 28, 2008)
  • Language: English
  • ISBN-10: 1590598741
  • ISBN-13: 978-1590598740
  • Product Dimensions: 9.2 x 6.9 x 0.6 inches
  • Shipping Weight: 1.5 pounds (View shipping rates and policies)
  • Average Customer Review: 3.3 out of 5 stars See all reviews (3 customer reviews)
  • Amazon.com Sales Rank: #196,678 in Books (See Bestsellers in Books)

Inside This Book (learn more)

What Do Customers Ultimately Buy After Viewing This Item?


Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
Check the boxes next to the tags you consider relevant or enter your own tags in the field below.
(1)

Your tags: Add your first tag
 
Help others find this product — tag it for Amazon search
No one has tagged this product for Amazon search yet. Why not be the first to suggest a search for which it should appear?

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

 

Customer Reviews

3 Reviews
5 star:    (0)
4 star:
 (2)
3 star:    (0)
2 star:
 (1)
1 star:    (0)
 
 
 
 
 
Average Customer Review
3.3 out of 5 stars (3 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
6 of 8 people found the following review helpful:
4.0 out of 5 stars A Classic Language Reference Book, March 27, 2008
Accelerated VB 2008 is a classic language reference book. It follows the pattern of language reference book. It begins with explanation of types and variable, namespaces, statement, control flow constructs, and iteration and looping constructs. Then it goes to class, class state, method, and interface. Then it goes down the path to operator overloading, exception handing, collection, delegates and events, and generics. It finishes with threading, best practices, and introduction to LINQ.

A few thoughts after reading the book:
1) VB 2008 is finally an object-orient language. Every object must inherit from System.Object. Java has the same feature 10 years ago.
2) With a little bit help, VB 2008 (binary form) can run in Linus box.
3) Extension method can add method to an existing CLR type. This enables us to expand the functionality of a type without needing to create a subclass.
4) Mr. Fouche and Mr. Nash explain a way to deal with exception handling elegantly. The basic idea, I believe, is from traditional database programming concepts such as commit and rollback, at the expense of more space and more programming. The details can be found at chapter 8.
5) In delegates and events, the authors point out that delegate can be an alternative to interfaces in implementing simple `Strategy' design pattern. For a complex `Strategy' with `Composite' or hierarchy interfaces, I imagine that delegate solution might become very ugly.
6) LINQ. It is very useful for XML and in-memory object manipulation as long as the object implements IEnumerable (of T) interface. It might only work with Microsoft SQL database.
7) Mr. Fouche and Mr. Nash also point out the VB 2008 is not exempt from bleeding edge of new technology issues such as compatibility, etc.

In sum, it is a classic language reference book for the VB camp developers. I would give it four stars. I reserve one star for those books having real-world complicated projects being built step by step as we move across each chapter.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
4.0 out of 5 stars VB Language Extensions Reference, August 17, 2008
This edition is obviously designed to enhance the knowledge of experienced VB .NET developers by relating the features of the latest version of VB.NET. It concentrates on new features in the VB language itself, not on the enhanced version of the Visual Studio and .NET Framework products that it is inherently tied to. It does, however make sense to show how the language structures are enforced by the framework, and the book does this well. Code examples are complete yet concise.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
1 of 3 people found the following review helpful:
2.0 out of 5 stars Possible problem with Kindle edition, July 14, 2008
By Peter N. Dobson Jr. (Honolulu, HI USA) - See all my reviews
(REAL NAME)   
Potential buyers of the Kindle edition should carefully check a sample download to see if a problem I found has been corrected. A number of sections of sample code, or portions of sample code, were rendered in a tiny typeface that does not change when using the Kindle Text key. Amazon has said they will inform the publisher, who provided the electronoic version, but unless they fix it you may find the book quite difficult to use.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


Share your thoughts with other customers: Create your own review
 
 
 
Only search this product's reviews



Customer Discussions

 Beta (What's this?)
New! See all customer communities, and bookmark your communities to keep track of them.
This product's forum (0 discussions)
  Discussion Replies Latest Post
  No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
  [Cancel]


Active discussions in related forums
   


Product Information from the Amapedia Community

Beta (What's this?)


Look for Similar Items by Category


Turn On the Savings

Home Improvement Value Center
Shop for bathroom faucets in the Home Improvement Value Center, where the savings can flow as much as 50% off brand-name products.

Shop the Value Center

 

Big Savings in Books

Bargain Books
Find great titles at fantastic prices in our Bargain Books Store.
 

Don't Find Yourself Ankle-Deep in Snow

Shop for snow throwers
From big yards to decks and driveways, a snow thrower is a wise investment for the winter season.

Shop for snow throwers now

 

Down to the Nuts and Bolts

Shop for Sockets and Socket Sets
Get to those hard-to-reach nuts and bolts with a huge selection of sockets and socket sets.

Shop all sockets and socket sets

 

 

Feedback

If you need help or have a question for Customer Service, contact us.
 Would you like to update product info or give feedback on images?
Is there any other feedback you would like to provide?

Your comments can help make our site better for everyone.


Where's My Stuff?

Shipping & Returns

Need Help?

Your Recent History

  (What's this?)
You have no recently viewed items or searches.

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.

Look to the right column to find helpful suggestions for your shopping session.

Continue shopping: Top Sellers
Glenn Beck's Common Sense
Glenn Beck's Common Sense
Darkfever
Darkfever by Karen Marie Moning
The Adventures of Sherlock Holmes
The Adventures of Sherlock Holmes by Arthur Conan, Sir, 1859-1930 Doyle

Conditions of Use | Privacy Notice © 1996-2009, Amazon.com, Inc. or its affiliates