Have one to sell? Sell yours here
Programming Visual Basic .NET, 2nd Edition
 
See larger image
 
Tell the Publisher!
I'd like to read this book on Kindle

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

Programming Visual Basic .NET, 2nd Edition [Paperback]

Jesse Liberty (Author)
3.8 out of 5 stars  See all reviews (9 customer reviews)


Available from these sellers.


Textbook Student FREE Two-Day Shipping for Students. Learn more


Book Description

0596004389 978-0596004385 April 1, 2003 Second Edition

Programming Visual Basic .NET, Second Edition is the complete guide to application development using Visual Basic .NET. Entirely rewritten by .NET expert Jesse Liberty, the new edition of this tutorial will be essential reading for the millions of Visual Basic programmers looking to make the change to Microsoft's .NET programming environment. Thorough, entertaining, and easy to follow, this book provides a comprehensive and detailed overview of the language, object-oriented programming, and the .NET Framework, and goes even further--you'll learn how to create Windows and Web applications, as well as Web services.

A comprehensive introduction to the Visual Basic .NET language, this new edition covers topics of greatest concern to VB6 programmers who wish to make the transition from traditional Visual Basic 6 programming to the new object-oriented, component-based world of .NET. Loaded with practical examples for intermediate and advanced programmers, Programming Visual Basic .NET focuses on turning you into a proficient .NET developer.

Some of the topics in the book include:

  • Visual Basic .NET and the .NET Framework
  • Object-Oriented Programming
  • Building Windows Applications
  • Accessing Data with ADO.NET
  • ASP.NET
  • Web Services
  • and much more
Jesse Liberty's books have successfully guided thousands of new and experienced programmers alike into the world of .NET programming and Programming Visual Basic .NET, Second Edition will be no exception. This book is sure to become a key component of developers' .NET libraries.

Customers Who Bought This Item Also Bought


Editorial Reviews

About the Author

Jesse Liberty is the best selling author of Programming ASP.NET, Programming C#, and a dozen other books on web and object oriented programming. He is president of Liberty Associates, Inc., where he provides contract programming, consulting and on-site training in ASP.NET, C#, C++ and related topics. Jesse has been a Distinguished Software Engineer at AT&T and Vice President for technology development at CitiBank.


Product Details

  • Paperback: 800 pages
  • Publisher: O'Reilly Media; Second Edition edition (April 1, 2003)
  • Language: English
  • ISBN-10: 0596004389
  • ISBN-13: 978-0596004385
  • Product Dimensions: 9.2 x 7.1 x 1 inches
  • Shipping Weight: 1.7 pounds
  • Average Customer Review: 3.8 out of 5 stars  See all reviews (9 customer reviews)
  • Amazon Best Sellers Rank: #1,052,546 in Books (See Top 100 in Books)

More About the Author

Silverlight Geek. (Senior Program Manager, Developer Community Liaison; Microsoft.) Helping to build a Silverlight developer community at http://SilverlightGeek.me.

Author of two dozen books on .NET and object-oriented programming including Programming C#, Learning ASP.NET with AJAX, Programming .NET 3.5 and forthcoming Programming Silverlight 4.

Queer Activist since 1971, father since 1989, avid reader since forever, eclectic music and film tastes, amateur photographer, programmer, writer, and loudmouth.

 

Customer Reviews

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

6 of 6 people found the following review helpful:
3.0 out of 5 stars Good book to start with VB but don't expect anything more !, November 21, 2003
This review is from: Programming Visual Basic .NET, 2nd Edition (Paperback)
This book is BOTH good and bad ! This is DEFINITELY NOT for those people who are learning to program and need a VB.Net book that starts with explaining what the CPU and RAM are !

WHY GOOD - It is a great introduction to VB.Net for experienced programmers (experienced with VB6 or other programming language). The fundamentals of the language cosntruct (like the usual If clause, While loop etc.) are nicely condensed into one single chapter (Ch 3). Every chapter in Part-1 of the book explains one or more related language concepts in an easy to understand manner. Until the end of Part-1, all the code examples can be done using Notepad and compiled with the Visual Basic command line compiler (You do NOT even need Visual Studio.Net !). This is very good since it focuses on learning the language concepts rather than forcing you to get familiar with a strange IDE if you have not used Visual Studio before. Though there are some obvious errors in the code samples in Arrays and Strings chapter, they are no showstoppers in understanding the underlying concepts. Overall the part-1 of this book helps you to get upto speed on VB.Net very quickly. I did not read Part-3 yet, but I expect the treatment to be similar to Part-1, since Part-3 also deals with more theoritical aspects like Part-1.

WHY BAD - I read every page of this book until Part-1 but Part-2, where each chapter deals with things like Window forms/Ado.Net/Web forms (which themselves are separate books on the market), can be very intimidating as the author tries to cover a lot of ground in a very short space. For example, the code example in Chapter-13 for Windows forms, is gargantuan for a first time Winform program to be developed in Visual Studio.Net. Moreover, the code download from the author's website is also not of much use since the author had hidden some code to save space in the book and uploaded the same thing in his website also !

Overall, a good starting point to get into VB.Net but don't expect to learn everything about .Net with this book alone ! If you are already into VB.Net and looking to learn more about ADO.Net or Web forms, then this book is definitely NOT for you !

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


2 of 2 people found the following review helpful:
4.0 out of 5 stars C# programmer learns by code sample, November 15, 2003
This review is from: Programming Visual Basic .NET, 2nd Edition (Paperback)
Probably the best way to learn how to code in any language is to program with the examples in the book. I'm an experienced programmer in C#, but needed to get up to speed on VB.NET quick for some consulting work. I won a copy of Programming Visual Basic .NET 2nd ed. at a "WeProgram.NET" .NET user group meeting, and started reading it immediately. I skipped reading most of the explanations and went straight to the code (serious coders will understand this urge!). Even without reading much of the text, the code examples, while unimaginative, were selected well enough for me to pick up on the language, including its idiosyncrasies. I also like the fact that, for the text I did read, he explains why he is doing things a certain way. This would be really helpful for someone just learning to program or making the transition to .NET.

The only problem I really have with the examples is that it did not make clear what code was part of VisualBasic interop. Since I am now coding in two .NET languages, I don't want to have to remember CInt for one language and Convert.ToInt32 for another. I know this book is geared toward experienced VB6 programmers, but let's start doing things the .NET way. That's why it's here.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


1 of 1 people found the following review helpful:
5.0 out of 5 stars Finally! A great primer for VB6 programmers, October 7, 2003
This review is from: Programming Visual Basic .NET, 2nd Edition (Paperback)
Finally an author has created a great introduction to VB.NET programming for VB6 programmers. While I'm sure this book is good for other programmers as well (even novices!) this book is aimed squarely at the VB6 programmer making the jump to .NET.

The author's examples are simple, clear and well designed. His understanding of .NET is excellent and his understanding of VB6 is very strong; put this together and you have a dynamite book that gets you up and running on VB.NET quickly and painlessly.

Liberty also supports his book on his web site (source code, faq, etc.) and he has his own private support discussion center, where he personally answers questions about his book.

The O'Reilly quality shines through; this is a well edited, well written book, and it should be on everyone's must have list.

I highly recommend this book and when you finish reading it, take a look at his Programming ASP.NET book which is also terrific and which has exercises both in C# and VB.NET.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

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







Only search this product's reviews



What Other Items Do Customers Buy After Viewing This Item?


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
 

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 Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

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


Active discussions in related forums
Search Customer Discussions
Search all Amazon discussions
   
Related forums


Listmania!


Create a Listmania! list

So You'd Like to...


Create a guide


Look for Similar Items by Category