Programming in Visual Basic 2010 and over one million other books are available for Amazon Kindle. Learn more

Vous voulez voir cette page en français ? Cliquez ici.


or
Sign in to turn on 1-Click ordering.
More Buying Choices
Have one to sell? Sell yours here
Start reading Programming in Visual Basic 2010 on your Kindle in under a minute.

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Programming in Visual Basic 2010: The Very Beginner's Guide [Hardcover]

Jim McKeown
5.0 out of 5 stars  See all reviews (1 customer review)
List Price: CDN$ 201.95
Price: CDN$ 171.51 & this item ships for FREE with Super Saver Shipping. Details
You Save: CDN$ 30.44 (15%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
Usually ships within 3 to 5 weeks.
Ships from and sold by Amazon.ca. Gift-wrap available.

Formats

Amazon Price New from Used from
Kindle Edition CDN $41.16  
Hardcover CDN $171.51  
Paperback CDN $85.72  

Book Description

Mar 22 2010 0521896533 978-0521896535
This is an introduction to programming using Microsoft's Visual Basic.NET 2010. It is intended for novice programmers with little or no programming experience or no experience with Visual Basic. The text emphasizes programming logic and good programming techniques with generous explanations of programming concepts written from a non-technical point of view. It stresses input, processing, and output and sequence, selection, and repetition in code development. File I/O and arrays are included. Later chapters introduce objects, event programming, and databases. By taking a slow and steady approach to programming ideas, this book builds new concepts from what the reader has already learned. VB tips and quips inject both humor and insight. The book includes numerous programming examples and exercises, case studies, tutorials, and "fixing a program" sections for an in-depth look at programming problems and tools. Quizzes and review questions throughout each chapter get students to think about the materials and how to use them. Each chapter has a summary and glossary for extra review. The accompanying Web site, www.cambridge.org/us/McKeown, has code downloads, I/O, and database files from small, simple files to large files with thousands of records, flowcharts, deskchecks and audits to aid with program design, coding, and debugging; PowerPoint files for every chapter; and hundreds of ideas for programs and projects.

Product Details


Product Description

Review

"This book provides a great overview of the subject of VB .NET programming. It covers all the important topics in detail and offers plenty of opportunities for readers to try exercises on their own. There are also lots of useful asides that the readers will find interesting; the use of humor keeps the writing engaging and fun. Detailed problems and debugging walkthroughs, which are both thought provoking and complex, assist with the coverage of useful topics such as object-oriented programming, complex data structures, drag-and-drop design, and event handling."
Rudy McDaniel, University of Central Florida

Book Description

This is an introduction to programming using Microsoft's Visual Basic.NET 2010. It is intended for novice programmers with little or no programming experience or no experience with Visual Basic. The book includes numerous programming examples and exercises, case studies, tutorials, quizzes, review questions, and an accompanying Web site, www.cambridge.org/us/McKeown.

Inside This Book (Learn More)
Browse Sample Pages
Front Cover | Copyright | Table of Contents | Excerpt | Index
Search inside this book:

Customer Reviews

4 star
0
3 star
0
2 star
0
1 star
0
5.0 out of 5 stars
5.0 out of 5 stars
Most helpful customer reviews
5.0 out of 5 stars Great for beginners! Dec 3 2012
Format:Paperback|Amazon Verified Purchase
Great book for anyone wanting to learning Visual Basic 2010. Book contains lots of beginner VB project to assist with your learning.
Was this review helpful to you?
Most Helpful Customer Reviews on Amazon.com (beta)
Amazon.com: 4.8 out of 5 stars  6 reviews
7 of 8 people found the following review helpful
5.0 out of 5 stars An Excellent Book! Feb 18 2011
By Steven D Erickson - Published on Amazon.com
Format:Paperback
Jim McKeown's Programming in Visual Basic 2010 is both an excellent guide to programming in Basic and a tutorial on the use of the Visual Basic 2010 application. I had my worries that the subtitle "The Very Beginner's Guide" assumed I was a stupid person or would only introduce the most basic material. But this only means that nothing is taken for granted. Being a person with experience programming in multiple languages and systems, but no formal training and no understanding of modern computing concepts (like "objects" and "controls" etc.), this provided solid and thorough guidance that rounded out my understanding of the basics, and gave an excellent presentation of the aspects that were new to me.

His writing style is easy-going and humorous, but still clear and concise. The materials in each chapter include a good conceptual introduction, followed by a specific line-by-line walk through code, many example programs that handle specific practical scenarios, a section on problems you can expect and exercise in debugging problems, occasional quizzes, concept review and Summary, a glossary of terms, and a test at the end (with answers in the back of the book). The example programs are all available as functioning VB2010 projects or Demos that can be downloaded from [...] (for Free).

To truthfully disclose all of my observations, I am obliged to point out a couple of things. Mr. McKeown recommends a programming style that seems to me to be almost fanatically concerned with organization. He likes all his variables to be named with a three-letter code in lower case that tells the variable type. He likes all input to be complete before doing any processing, and all processing done before any output (and he almost apologizes when one example goes out of that order). He loves Flowcharts. I will certainly agree that disorganized code can breed errors, but I don't believe that you have to be insane about it! Well, I wouldn't say the man is insane, he just likes his way, and he would really like it if you followed his way.

Some reviews might mention as a criticism that this book is not comprehensive or encyclopedic, but who likes reading an encyclopedia? (It has as many pages as some "encyclopedic" books about programming in Basic) I got enough understanding from this book that I could now actually use and comprehend some of the more comprehensive resources there are (like the VB2010 "Help" file -- what a name!).

I doubt I can now claim to have the skills and understanding of a professional programmer. But I do now possess the knowledge to develop useful applications in Basic. I'm a functional programmer after just a few days with this book! I like that!
3 of 3 people found the following review helpful
5.0 out of 5 stars User Friendly - Excellent Book Aug 3 2011
By Augustus L. Ervin - Published on Amazon.com
Format:Paperback|Amazon Verified Purchase
This is a user friendly, excellent book for learning the use of Visual Basic. The book is a complete begineers program for learning. The author is concise, understandable, and funny. It makes learning fun. The book offers helpful examples, reviews, and problems for learning. The answers for problems may be found on the author's internet site. Also of importance to the beginner is that each chapter builds on itself, reinforcing the material presented.

I strongly recommend this book for the young and old. It is presented in such a manner that it is a teaching aid and should be considered such. This is not a reference book, although it may be used as one. I am hoping the author will write a book at the next level because I plan to purchase it. This is a book which is a joy to learn from.
1 of 1 people found the following review helpful
5.0 out of 5 stars Thorough and Simple Jun 9 2012
By tterb45 - Published on Amazon.com
Format:Paperback|Amazon Verified Purchase
When I say "simple," I mean I am using this Cambridge University textbook to teach my 12-year-old how to program in Visual Basic, and she seems to be absorbing it effortlessly. Has quizzes, hands-on work, and exams to test comprehension. I wouldn't hand this to a young child and walk away, of course, but with a little over-the-shoulder guidance, her success underscores how usable this class book is. Highly recommended.
Search Customer Reviews
Only search this product's reviews

Listmania!

Create a Listmania! list

Look for similar items by category


Feedback


Amazon.ca Privacy Statement Amazon.ca Shipping Information Amazon.ca Returns & Exchanges