Menu
Apparel
Baby
Beauty
Books
Classical Music
DVD
Digital Music
Electronics
Gourmet Food
Personal Health Care
Jewelry
Kitchen & Housewares
Magazines
Miscellaneous
Music
Musical Instruments
Music Tracks
Office Products
Outdoor Living
PC Hardware
Photo
Restaurants
Software
Sporting Goods
Tools & Hardware
Toys
VHS
Video (DVD & VHS)
VideoGames
Wireless
Wireless Accessories
Information
Payment Methods
Shipping
Safe Shopping
Contact Us

 

Tarfumes.com - Visual Basic 2005 Programmer's Reference (Programmer to Programmer)

Visual Basic 2005 Programmer's Reference (Programmer to Programmer)
List Price: $39.99
Our Price: $26.39
Your Save: $ 13.60 ( 34% )
Availability: Usually ships in 24 hours
Manufacturer: Wrox
Average Customer Rating: Average rating of 4.5/5Average rating of 4.5/5Average rating of 4.5/5Average rating of 4.5/5Average rating of 4.5/5

Buy it now at Amazon.com!

Binding: Paperback
Dewey Decimal Number: 005.2768
EAN: 9780764571985
ISBN: 0764571982
Label: Wrox
Manufacturer: Wrox
Number Of Items: 1
Number Of Pages: 1056
Publication Date: 2005-10-21
Publisher: Wrox
Studio: Wrox

Accessories
Beginning Visual Basic 2005
Wrox's Visual Basic 2005 Express Edition Starter Kit (Programmer to Programmer)
Professional VB 2005 (Programmer to Programmer)

Related Items

Editorial Reviews:

Visual Basic 2005 Programmer's Reference

Visual Basic 2005 adds new features to Visual Basic (VB) that make it a more powerful programming language than ever before. This combined tutorial and reference describes VB 2005 from scratch, while also offering in-depth content for more advanced developers. Whether you're looking to learn the latest features of VB 2005 or you want a refresher of easily forgotten details, this book is an ideal resource.

Well-known VB expert Rod Stephens features the basics of Visual Basic 2005 programming in the first half of the book. The second half serves as a reference that allows you to quickly locate information for specific language features. It's a comprehensive look at programming using the increased set of language options offered with the VB 2005 release, confirming that there has never been a better time to learn Visual Basic than now.

What you will learn from this book:

  • The fundamental concepts of object-oriented programming with Visual Basic, including classes and structures, inheritance and interfaces, and generics
  • How an application can interact with its environment, save and load data in external sources, and use standard dialog controls
  • The syntax for declaring subroutines, functions, generics, classes, and other important language concepts

Who this book is for:

This book is for programmers at all levels who are either looking to learn Visual Basic 2005 or have already mastered it and want some useful tips, tricks, and language details.

Wrox Programmer's References are designed to give the experienced developer straight facts on a new technology, without hype or unnecessary explanations. They deliver hard information with plenty of practical examples to help you apply new tools to your development projects today.


Spotlight customer reviews:

Customer Rating: Average rating of 3/5Average rating of 3/5Average rating of 3/5Average rating of 3/5Average rating of 3/5
Summary: Good content. Poor index.
Comment: I had not used Visual Basic for several years before purchasing this book. I had forgotten a lot, and lots of things have changed. As I worked my way through this book, I found the actual content to be extremely useful. There is a good overview of a wide range of topics. The example programs are excellent starting points for understanding the various topics, and most proved easy for me to expand upon.

As I progressed through the book, I would frequently have the desire to use syntax, functionality, examples, etc. that I was sure that I had already read about. Unfortunately, it was not very long before I realized that the index was very underdeveloped for a book containing this much information. The index is a very important part of any good reference book, and is a big weakness of this otherwise good text.


Customer Rating: Average rating of 3/5Average rating of 3/5Average rating of 3/5Average rating of 3/5Average rating of 3/5
Summary: Slightly Problematic.
Comment: I was somewhat frustrated that the chapter dealing with structures and classes said that... Classes are faster when dealing with arrays... Yet there was no example of how to use classes with arrays... And for me, I don't see any other way I would want to use classes.

For example... I was trying to make a layer system for an image manipulation program.

Code such as:
DIM layers(10) as new bitmap
So in order to get layers I had to resort to 3, 3dimensional arrays.
RED(x,y,layer number) etc.

I am sure the book is only frustrating to me because I used it mostly for the graphics section and for code tailored to manipulation of graphics.

I am sure this book is all fine and dandy if you are reading it with no particular focus in mind. But, if you are reading a chapter and then immediately try to apply it to a specific situation, you may come into problems that the book does not address.

But I guess that is how programming works. Even if you know what you are doing you still run into problems when you take your idea from... idea to actual programming.

Customer Rating: Average rating of 5/5Average rating of 5/5Average rating of 5/5Average rating of 5/5Average rating of 5/5
Summary: Must have!!!
Comment: I have found, Visual Basic 2005 Programmer's Reference (Programmer to Programmer) to be a very good reference source. The book offers both Visual Basic references, and .net framework references side by side. I as a newer programmer (novice - intermediate ), and have been looking for a bridge, that goes between beginner and advanced. Visual Basic 2005 Programmer's Reference, has done just that!

The gap that existed for me, was filled in quite nicely. I have been struggling with more advanced concepts and now, I have begun to make the progress that seemed to elude me.
If there is anyone out there looking for the same "bridge", I would recommend this book without hesitation.


Customer Rating: Average rating of 4/5Average rating of 4/5Average rating of 4/5Average rating of 4/5Average rating of 4/5
Summary: It's nice if u have a good background!
Comment: The book is very nice and very reach, but it is writen in a brief language whitch is unsuitable for beginners.

Customer Rating: Average rating of 4/5Average rating of 4/5Average rating of 4/5Average rating of 4/5Average rating of 4/5
Summary: Trust Me. Put this on your shelf.
Comment: This is must-have for all VB programmers whether you are a novice programmer like me or the serious developer.

This is the one of the two (the other book is Programming Microsoft Visual Basic 2005) that I would recommend buying. Visual Basic 2005 Programmer Reference is not the kind of books where you read it, learn something, and then throw the book to one corner. If this is the case, I would just recommend borrowing the book from a local library. But it is the kind of book where you will frequently refer to.

1000 pages of information neatly organized into 18 chapters and 18 appendices. The organization of content, especially the appendices is what makes me feel worthwhile to own this book; it provides you quick and easy lookup of information.

There is a chapter that offers a very good introduction to Windows Form Controls and a dedicated appendix that houses the related materials. This chapter-appendix buddy is easily one of highest frequency lookup because one just cannot remember so many controls with their vast amount of methods and properties.

Another worth mentioning is the Graphics Category which spans from Chapter 19 to 24, my favorite of the book. this is where you will get impressed by Mr Stephens 's expertise in coding drawing related applications. Through these chapters, I had learned lots of tips and hence, leading to the birth of my own custom graphing and painting applications.

Apart from supplying all the how-to information, Mr Stephens also packed some very useful code examples sprinkled across the book that will definitely enlighten readers. While the book provides tons of information like introducing the IDE, the Visual Basic Language, Object-Oriented Programming, Windows Forms, Drawing and Printing to File Handling..., I am a bit disappointed with the lack of contents for the more advanced topics like Regular Expressions and Threading. However, Mr Stephens do make it a point to mention these advanced topics and had provided some links for further read up. For these advanced topics , I recommend Programming Visual Basic: The Language by Francesco Balena which I used in conjunction with the reference book.

Finally, the purchase of this book also gave me an extra bonus. Whenever I encounter any problem, I just post it on Mr Stephen's site or at the Wrox forums, and Mr Stephens or other programmers will provide the help.


Buy it now at Amazon.com!

 
Copyright © 2000-2004 Tarfumes.com. All rights reserved.
powered by My Amazon Store Manager v 2.0, © Stringer Software Solutions