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

29 used & new from $4.02

Have one to sell? Sell yours here
 
 
Visual Basic .NET Bible
 
 
Tell the Publisher!
I’d like to read this book on Kindle

Don’t have a Kindle? Get yours here.
 
  

Visual Basic .NET Bible (Paperback)

by Bill Evjen (Author), Jason Beres (Author) "Visual Basic .NET is the most exciting upgrading to the Basic language since the GW-Basic upgrade to Visual Basic 1.0..." (more)
Key Phrases: public instance property, public instance method, protected instance method, End Sub, Visual Basic, Public Instance Event (more...)
3.9 out of 5 stars See all reviews (14 customer reviews)


Available from these sellers.


12 new from $9.94 17 used from $4.02

Customers Who Bought This Item Also Bought

ASP.NET Bible

ASP.NET Bible

by Mridula Parihar
1.5 out of 5 stars (4)  $44.99
C# Bible

C# Bible

by Jeff Ferguson
2.9 out of 5 stars (7)  $40.95
Visual Basic® 6 Bible

Visual Basic® 6 Bible

by Eric A. Smith
101 Microsoft® Visual Basic® .NET Applications

101 Microsoft® Visual Basic® .NET Applications

by 3 Leaf Solutions
Visual Basic 2005 Programmer's Reference (Programmer to Programmer)

Visual Basic 2005 Programmer's Reference (Programmer to Programmer)

by Rod Stephens
4.4 out of 5 stars (18)  $26.39
Explore similar items

Editorial Reviews

Product Description
Contributors Include: Jim Chandler, Jacob Grass, Kevin Grossnicklaus, Uday Kranti, NIIT, Rob Teixeira, and Yancey Jones.

Visual Basic .NET Bible covers everything you need to get up and runningwith this much changed version of Visual Basic and to begin creating applications for the new Microsoft.NET Platform.

From the Back Cover
If Visual Basic .NET can do it, you can do it too … Visual Basic .NET represents the greatest generational leap Visual Basic has ever taken. Written by a talented team of Visual Basic .NET experts, this comprehensive guide helps you flatten the .NET learning curve and get to work, whether you're a Visual Basic 6 veteran, an ASP developer, or a programming newcomer. Starting with an overview of new object-oriented programming features, the authors walk you through Visual Basic language basics and the Visual Studio .NET IDE, explain ADO.NET and XML data access technologies, and demonstrate step by step how to create Windows Forms, ASP.NET applications, and Web Services. Inside, you'll find complete coverage of Visual Basic .NET

  • Get a quick rundown of differences between Visual Basic 6 and Visual Basic .NET
  • Master the ins and outs of the Visual Basic .NET language, from "Hello World" to object-oriented programming, multithreading, and COM interoperability
  • Find out how to boost your productivity in the Visual Studio .NET integrated development environment
  • Harness ADO.NET and XML to access and manipulate data
  • Get a handle on creating Windows Forms, from controls to visual inheritance
  • Delve into HTML and Web controls, plus learn how to encapsulate code into user controls and find out what's new with security and configuration for your ASP.

    See all Editorial Reviews

Product Details

  • Paperback: 1240 pages
  • Publisher: Wiley (December 15, 2001)
  • Language: English
  • ISBN-10: 0764548263
  • ISBN-13: 978-0764548260
  • Product Dimensions: 9.3 x 7.3 x 2.3 inches
  • Shipping Weight: 3.6 pounds
  • Average Customer Review: 3.9 out of 5 stars See all reviews (14 customer reviews)
  • Amazon.com Sales Rank: #886,028 in Books (See Bestsellers in Books)

Inside This Book (learn more)



Books on Related Topics (learn more)
 
 

Tag this product

 (What's this?)
Think of a tag as a keyword or label you consider is strongly related to this product.
Tags will help all customers organize and find favorite items.
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

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

 
9 of 11 people found the following review helpful:
3.0 out of 5 stars Misses the Mark, May 2, 2002
By CodeHead (NV, USA) - See all my reviews
I guess that I am the exception here, since everyone else seems to love this book. I thought that the book was not very well put together. Let me give you some concrete examples:

First, I think that it has already been said that this book does not have enough OOP. That is probably true. I have been doing OOP for so long that I didn't miss the omission, but it might be a little frustrating for a novice.

There are also a lot of little things that I noticed. Much of the book seems to be a reprinting of the .NET SDK documentation. Another thing that bothered me quite a bit is that in their tables that list the methods of classes, they didn't list the return values of the methods. This may seem like a little thing, but it meant that I had to go look everything up in the SDK anyway, so after a while I ditched the book and just used the SDK.

Another thing that I noticed was some incorrect terminology. As an example, Mr. Beres refers to the System.IO.Directory class as a "static" class. I knew what he meant, because I am also a Java programmer, but that terminology is not used in VB.NET. That could be very confusing because there is no such thing as a static class in VB.NET. VB used to support static methods, but static in this sense meant something completely different than what Mr. Beres is trying to express. I believe that he meant that the class consists only of Shared methods, not that it is a static class.

Again, I don't mean to nitpick here, because there were some good things, too. I have also written books for a competing publisher, so I know how hard it is to get everything just right (trust me folks, its not as easy as it looks!), and the authors have done an admirable job. It's just that better attention to detail as well as more consideration of the audience could have made this book so much better.

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



 
5 of 7 people found the following review helpful:
5.0 out of 5 stars VB .NET power, January 23, 2002
By Ladachki (Canada) - See all my reviews
I got this book several days ago. At the first look book is very good. There is a big difference between VB6 and VB .NET and this book will show you more than you will find in any other book written for VB .NET so far. 1240 pages, 50 chapters, source code at companion web site. I have seen MOC 2373 Object Oriented Programming using Visual Basic .NET and some other books. This book will help me (probably you too) to learn new product and hopefully pass future MCSD certification exams.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
4 of 6 people found the following review helpful:
5.0 out of 5 stars Good book but lacks OOP discussion, February 22, 2002
By A Customer
It is really a well written book. The authors are really good programmers. Good treatment is given as for as the GUI and .NET framework is concerened. Surprisingly not much about OOP itself. For example the most important form of inheritance, namely the interface inheritance is not at all discussed! If you read this book along with cornell's apress book (which is excellent for OOP but lacks GUI treatment)then you will get the complete picture.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


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

5.0 out of 5 stars Great Balance of Reference and Tutorial
I like how this book has attained a good balance of being a tutorial and reference book. It has many great examples and does a great job of explaining how to better understand... Read more
Published on February 16, 2003 by Richard N. Clark

1.0 out of 5 stars Not worth it. Too many mistakes.
This is by far the worst book I have ever read on any programming language. I would have to say that 90% of the code examples are wrong. I have been programing in VB. Read more
Published on January 6, 2003 by DarkJester

3.0 out of 5 stars Incomplete and written in haste
After reading VB.Net by Fransesco Balena, this one was its poor cousin. If anyone were to get into the ADO. Read more
Published on December 31, 2002 by umesh

5.0 out of 5 stars Totally Complete!
I was first amazed at the size of this book. It is large, 1240 pages and not only covers vb.net ... but everything you want to use vb.net for (ASP. Read more
Published on July 8, 2002

3.0 out of 5 stars ignore the stars
I only read two chapters of this book for ADO.Net and Multithreading. I would have to say that the ADO.Net section was good. Read more
Published on May 21, 2002

4.0 out of 5 stars Thorough and well worth it
I thought the book was well written and very informative. Yes, I agree that it lacks a complete OO discussion, but if you want that get an OOP book. Read more
Published on May 17, 2002 by Devin Rader

1.0 out of 5 stars Its just weak
One star might be a bit harsh okay, but I paid fifty bucks for a book that as another reviewer put it, was `little better than the SDK documentation'. Read more
Published on May 8, 2002 by Leigh McMullen

5.0 out of 5 stars Great BOOK n GREAT PRICE
COMPLETE COVERAGE OF VB.NET, FROM BASICS TO ADVANCED. GOOD MUST HAVE FOR YOUR .NET COLLECTION, IT WOULD BE BETTER IF YOU STUDY THIS BOOK WITH WROX VB.NET BOOKS. Read more
Published on February 11, 2002

5.0 out of 5 stars Great BOOK n GREAT PRICE
COMPLETE COVERAGE OF VB.NET, FROM BASICS TO ADVANCED. GOOD MUST HAVE FOR YOUR .NET COLLECTION, IT WOULD BE BETTER IF YOU STUDY THIS BOOK WITH WROX VB.NET BOOKS. Read more
Published on February 11, 2002

5.0 out of 5 stars Great Book for All , Novices and Experienced Developers
Awesome [...] book for all , The quality content and the mater coverage is excellent and good book , 5 stars for this book
Published on February 7, 2002

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
  Discussion Replies Latest Post
What religious freedoms will be taken away if gay marriage is allowed? 1038 56 seconds ago
ok! you are saved. now what? 17 1 minute ago
Spiritual Growth?? 156 4 minutes ago
First Causes and Rational thought 347 9 minutes ago
Explain Hell to me 260 14 minutes ago
Eleanor Rigby 19 14 minutes ago
What's your personality? 17 19 minutes ago
   


Product Information from the Amapedia Community

Beta (What's this?)



Look for Similar Items by Category


Cook with the Best Ingredients

Traditional Paella Kit
Fall into cooking or give the gift of great cooking with fresh and innovative ingredients and spices from Amazon Gourmet.

Shop more now

 

Big Savings in Books

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

Protect Your Valuables

Shop for safes
Choose from the large selection of safes, file cabinets, and security chests available in the Home Improvement Store.

Shop for safes

 

Don't Blow a Gasket

Shop for gaskets
Check your gaskets' seals for leaks to make sure your plumbing appliances are working efficiently. Shop for gaskets now.

See all gaskets

 

 

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
Paranoia
Paranoia by Joseph Finder
My Soul to Lose
My Soul to Lose by Rachel Vincent
Finger Lickin' Fifteen
Finger Lickin' Fifteen by Janet Evanovich
Glenn Beck's Common Sense

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