See buying choices for this item to see if it's one of the millions that are eligible for Amazon Prime.

103 used & new from $0.54

Have one to sell? Sell yours here
 
 
Introduction to Programming with Visual Basic.NET, An (5th Edition)
 
See larger image
 
Tell the Publisher!
I’d like to read this book on Kindle

Don’t have a Kindle? Get yours here.
 
  

Introduction to Programming with Visual Basic.NET, An (5th Edition) (Paperback)

by David I. Schneider (Author)
3.7 out of 5 stars See all reviews (10 customer reviews)


Available from these sellers.


23 new from $7.95 80 used from $0.54
Also Available in: List Price: Our Price: Other Offers:
Paperback (Har/DVD) 19 used & new from $3.86
There is a newer edition of this item:
Introduction to Programming Using Visual Basic 2008, An (w/VS2008 DVD) (7th Edition) Introduction to Programming Using Visual Basic 2008, An (w/VS2008 DVD) (7th Edition) 3.8 out of 5 stars (4)
$94.50
In Stock.
What Do Customers Ultimately Buy After Viewing This Item?

Customers Who Bought This Item Also Bought

Learning Visual Basic.NET Through Applications (Programming Series)

Learning Visual Basic.NET Through Applications (Programming Series)

by Clayton Crooks II
4.4 out of 5 stars (5)  $49.95
Karl Moore's Visual Basic .NET: The Tutorials

Karl Moore's Visual Basic .NET: The Tutorials

by Karl Moore
4.5 out of 5 stars (24)  $34.95
Computer Science Made Simple: Learn how hardware and software work-- and how to make them work for you!

Computer Science Made Simple: Learn how hardware and software work-- and how to make them work for you!

by V. Anton Spraul
Introduction To Programming with Visual Basic .net

Introduction To Programming with Visual Basic .net

by Gary J. Bronson
4.0 out of 5 stars (2)  $106.67
New Perspectives on Microsoft Office Access 2003, Comprehensive, Second Edition (New Perspectives (Paperback Course Technology))

New Perspectives on Microsoft Office Access 2003, Comprehensive, Second Edition (New Perspectives (Paperback Course Technology))

by Joseph J. Adamski
4.4 out of 5 stars (15)  $76.31
Explore similar items

Editorial Reviews

Product Description
An excellent introduction to programming using Visual Basic.NET. The examples start with basics and gradually develop to solve real-life problems. Features a wealth of learning aids, including exercises, practice problems, case studies, summaries and detailed appendices. Softcover.

From the Back Cover

"This book is an excellent introduction to programming using Visual Basic.NET. The examples start with basics and gradually develop to solve real-life problems." - Amit Kalani, CIStems Solutions LLC.

"Schneider's proven approach works as effectively with VB.NET as it does with Visual Basic 6.0; the use of a variety of short examples makes the concepts being presented clear and understandable. The end-of-chapter programming projects build on this base and lead to a thorough understanding of the context for these concepts." - Chris Panell, Heald College

Since its introduction in 1991, Visual Basic has become the tool of choice for developing user-friendly applications in today's business world. Easy to use and fun to learn, Visual Basic is the state of the art in Basic programming that allows you to take full control of Microsoft's best-selling Windows applications.

The latest incarnation of Visual Basic, called Visual Basic .NET, brings the language into the Internet age by incorporating the .NET framework. Students and developers alike are eagerly embracing the dynamic new features of the language and find Visual Basic.NET to be the ideal tool to understand the development of computer programs.

Written by best-selling author David I. Schneider, An Introduction to Visual Basic .NET assumes no prior programming experience and includes these important pedagogical features:

  • Thoroughly explains the fundamentals of accurate, modern programming methodology using the elements of Windows' graphical user interface.
  • Includes an entire chapter on database programming using ADO.NET and SQL.
  • Presents object-oriented techniques throughout the book and culminates in a complete chapter devoted to OOP, including inheritance and polymorphism.
  • Supplies many examples, projects, and exercises that students and professionals can appreciate.

The text also features a wealth of learning aids, including exercises, practice problems, programming projects, case studies, comments, summaries and detailed appendices.

Valuable supplements include:

  • An Instructors' Resource CD containing solutions to all the exercises and programming projects, as well as a test item file.

    See all Editorial Reviews

Product Details

  • Paperback: 709 pages
  • Publisher: Prentice Hall; 5 edition (April 25, 2002)
  • Language: English
  • ISBN-10: 0130306576
  • ISBN-13: 978-0130306579
  • Product Dimensions: 10 x 8 x 1 inches
  • Shipping Weight: 2.8 pounds
  • Average Customer Review: 3.7 out of 5 stars See all reviews (10 customer reviews)
  • Amazon.com Sales Rank: #630,922 in Books (See Bestsellers in Books)

    Popular in these categories: (What's this?)

    #62 in  Books > Computers & Internet > Programming > Languages & Tools > Visual Basic Introduction
    #93 in  Books > Computers & Internet > Programming > Languages & Tools > Basic

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.

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

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

 
16 of 19 people found the following review helpful:
4.0 out of 5 stars Tremendous coverage but may not cover all you want, November 20, 2002
By John Harpur (Trim, Meath, IRELAND) - See all my reviews
(REAL NAME)   
This is a reworking of Schneider's earlier VB book(s). It is important at the outset to grasp that this book, like his others, is written from a traditional data processing perspective (ubiquitous bank/loan account examples). Strong emphasis on structured programming is demonstrated throughout. So it's quite traditional in how it approaches topics. It has a marvellous collection of exercises both short and project based. If you can work through these, you will have a very good knowledge of traditional core programming skills. And this is the key point of the text: it is primarily about teaching you how to program using VB.net as the instruction medium and not anything else.

This is no quick tips and tools book, though it obviously contains such. Secondly, it is not a how to do GUIs book. You won't find much here on building multimedia applications or graphical games. Instead, the book offers a shoehorning of masses of programming techniques into the VB.net environment. And the work is very high quality both in terms of the examples and their pedagogical value.

In terms of layout, the book is particularly good. For a start it more or less lies flat when you open it. Colour coding of programs is used, and each chaper and topic is illustrated with clearly flagged example code and displays. There is no shortage of well developed code, (though some of the examples may seem a little conservative).

The first two thirds of the book introduces a bit of history and traditional programming thinking: procedures, decision logic, loops, arrays and files. The remainder deals with controls, OO in VB.net and database access. The OO chapter uses a reasonable number of examples to convey techniques and the exercises are interesting, but it is introductory (don't expect a crash course in abstract datatypes). However the chapter has but one graphics based example which is a bit mean.

While the book has exemplary strengths over and above the majority in the field, there are a few weaknesses which indicate the need for at least one supplementary text.

In the first place, the book has nothing to say on GDI+ programming, and many will judge this oversight as a serious flaw. Secondly, the multiple document interface capacity of VB.net (changed somewhat from VB6) is not developed. Indeed with the exception of three pages on adding multiple forms (482-485), the rationale for multiwindowed displays is completely overlooked. In fairness, the book is not focused around user interface design issues (either a strength or a weakness depending on your needs).

The chapter on databases access is good but just above elementary. However, don't expect a run down on web servers and XML. These topics are not covered. Even a brief chapter on XML would not be out of place.

From a slightly more pedantic position, I am surprised that there is no general chapter on data structures. Arrays are given a very handsome chapter, and sorting a searching are developed well, but we don't explore explicitly stacks and queues. Now one of the strengths of VB.net is that stack and queue creation and manipulation are made trivial due to inbuilt functions. It would have been useful to see these in action. Moreover, trees and graphs are not covered, and that is a bit of a puzzle.

Overall the book is a superb programming text. Dated perhaps in some of its focus, but still a better introduction to programming than many notionally equivalent texts, which are perhaps more glamorous, but almost certainly less thoughtful.

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
8 of 9 people found the following review helpful:
1.0 out of 5 stars Not my first choice...., January 21, 2003
By A Customer
This book is not a good one for "Introduction" to Programming using VB. My opinion obviously, but I find the book to draw way too many assumptions about what the reader already knows about VB. Reading this text I find myself re-reading over and over again the concepts that I am supposed to learn. The author throws out several concepts, definitions and terms all within one sentence. It is difficult to digest. Have a pen ready with lots of ink- you will have to make your own notes to make sense of it. I have only read 130 pages and was forced to buy another text to fill in the gaps. Too bad- the other text is quite good (Murach's Beginning VB) but this is not the book used for my class. There are a billion examples- for me the approach that works best is type out every example and just study it with the help the other text, websites and online help. Perhaps is this is the best way to get it done- but I personally feel learning this way is too labor intensive.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
6 of 8 people found the following review helpful:
5.0 out of 5 stars Lot of practice problems, November 11, 2003
By Jaewoo Kim (Santa Monica, CA) - See all my reviews
(REAL NAME)      
The best way to learn a computer language is the same as the best way of learning a human language, you need to practice. That's why practice problems are essential to any beginner's book to any programming language. This book has BY FAR the most practice problems for the VB.net learners. It also has detailed and useful explaination of basic VB.net concepts. What you learn in this book will provide a solid framwork for more complicated VB.net subjects.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


Share your thoughts with other customers: Create your own review
 
 
Ad
 
Most Recent Customer Reviews

5.0 out of 5 stars This is a Great beginner Book
Yes this may noot have all you need , but if you are teaching a course in VB this is an exceelent book to use. Read more
Published on March 17, 2007 by Tony Dell

1.0 out of 5 stars I do not like this book
I am giving the book one star because of the number of exercises in it and no stars is not an option. Read more
Published on December 8, 2005 by A. Kineard

5.0 out of 5 stars An Introduction to Programming with Visual Basic.NET, Fifth Edition
Excellent book. Very pedagogical. Perfect learning tool. Any body who wants to spend serious efforts to learn VB.Net should
try this book.
Published on September 12, 2005 by Kalieb Petros

4.0 out of 5 stars Pretty good book
I bought this book for a class at my university, im currently majoring in IT. I found this book to be very easy to read and to understand. Read more
Published on March 26, 2005 by J. Batista

2.0 out of 5 stars This book is just like a...
The way this book is written the author throws you a scrap of information and does not reinforce this scrap whatsoever and thus leaves you confused, stressed, and upset... Read more
Published on November 27, 2004 by MIS McGee

5.0 out of 5 stars BEST BOOK FOR BEGINNING BUISNESS APPLICATIONS+ PROJECTS
this book is very good for new to vb.net people specilly for buisness like applications and i think this is the best book if u wanna self study the vb. Read more
Published on March 10, 2004 by shah

5.0 out of 5 stars for absolutelly beginner in programming
if you don't know know anything about programming, and you have to use visual basic, you should use this book. Read more
Published on March 15, 2003 by connie

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


SpaFeatures: Free Shipping

bath poof
Get free shipping on all SpaFeatures orders of $50 or more. See new items from SpaFeatures here.

Shop SpaFeatures now

 

Big Savings in Books

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

Welding Torch and Oxyacetylene Torch Kits

Shop for welding torch and oxyacetylene torch kits
Select a welding torch and oxyacetylene torch kit for tough construction, fabrication, repair, and other torch jobs.

Shop for torch kits

 

Get a Grip

Shop for Wrenches
Quality wrenches are designed to hold and turn nuts, bolts, cap screws, and plugs with steady and safe leverage.

Shop all wrenches

 
Ad

 

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
Free
Free by Chris Anderson
Paranoia
Paranoia by Joseph Finder
The Adventures of Sherlock Holmes
The Adventures of Sherlock Holmes by Arthur Conan, Sir, 1859-1930 Doyle
Glenn Beck's Common Sense

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