Buy Used
Used - Good See details
Price: £2.75

or
Sign in to turn on 1-Click ordering.
 
   
Have one to sell? Sell yours here
VB .NET Language in a Nutshell (In a Nutshell (O'Reilly))
 
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.

VB .NET Language in a Nutshell (In a Nutshell (O'Reilly)) [Paperback]

PhD Steven Roman , Ron Petrusha , Paul Lomax
3.0 out of 5 stars  See all reviews (2 customer reviews)

Available from these sellers.


Formats

Amazon Price New from Used from
Paperback --  
Paperback, 8 Aug 2001 --  
Amazon.co.uk Trade-In Store
Did you know you can trade in your old books for an Amazon.co.uk Gift Card to spend on the things you want? Plus, get an extra £5 Gift Certificate when you trade in books worth £10 or more before June 30, 2012. Visit the Books Trade-In Store for more details.
There is a newer edition of this item:
Visual Basic 2005 in a Nutshell (In a Nutshell (O'Reilly)) Visual Basic 2005 in a Nutshell (In a Nutshell (O'Reilly))
£32.73
In stock.

Product details

  • Paperback: 656 pages
  • Publisher: O'Reilly Media; 1 edition (8 Aug 2001)
  • Language English
  • ISBN-10: 0596000928
  • ISBN-13: 978-0596000929
  • Product Dimensions: 22.4 x 15.5 x 3.3 cm
  • Average Customer Review: 3.0 out of 5 stars  See all reviews (2 customer reviews)
  • Amazon Bestsellers Rank: 1,506,130 in Books (See Top 100 in Books)
  • See Complete Table of Contents

More About the Author

Steven Roman
Discover books, learn about writers, and more.

Visit Amazon's Steven Roman Page

Product Description

Amazon.co.uk Review

With the launch of VB.NET, Visual Basic programmers need a concise reference documenting new and changed features. VB.NET Language in a Nutshelldoes the job.

While there's a short overview of the VB.NET language and the VB.NET Framework included VB.NET Language in a Nutshell isn't intended as a guide for beginners, though it will prove useful as a reference alongside one of the many VB.NET tutorials currently in the works.

The heart of the book is the alphabetical listing of VB.NET's statements, procedures, functions and objects. These detail the syntax, the arguments accepted, the data type returned by functions and keyword differences from VB 6. Better yet, and in keeping with O'Reilly's high standards, rather than just rewrite Microsoft's technical notes the authors have tried them out, provided cross references to related keywords, details on usage and even point out any gotchas they've discovered along the way. The code examples demonstrating just how to employ many of the functions, methods and so on in your own code are especially welcome, especially where these differ from their usage under VB 6, though as always, you'll wish there were more.

Overall, a great early entrant into what will soon become a crowded market for VB.NET titles--and one you won't regret buying whatever else becomes available. This is highly recommended. --Steve Patient

Martin Heller, Byte.com June 2002

One glance makes it clear how valuable this is, and I think other .NET reference books would do well to pick up on the idea. --This text refers to an out of print or unavailable edition of this title.

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 organise and find favourite 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 Reviews

5 star
0
4 star
0
2 star
0
1 star
0
Most Helpful Customer Reviews
2 of 3 people found the following review helpful
Good but not great 10 Nov 2002
Format:Paperback
VB & VBA by Paul Lomax is my most used VB6 book. Lomax has real depth and his wonderful Tips and Gotchas always seem to be exactly what I need to know. Seeing his name on this book, I expected something very good. Unfortunately it isn't.

VB.NET Language is OK and seems to be correct as far as it goes but it is nothing like as good as VB & VBA. It is not as thorough and it demonstrates much less deep knowledge of the language. Quite a few important new classes are simply not covered and entries that really need Tips and Gotchas don't have them. Also one of the authors (Roman?) has a tendency to digress into irritating asides on pure maths.

Comment | 
Was this review helpful to you?
3 of 5 people found the following review helpful
Format:Paperback
This book has all the information you need to move from Visual Basic 6.0 to Visual Studion .net.

It is concisely written and technically accurate. It is a handy size, weighing substantially less than a brick.

The writing is dense, and diagrams are minimal, so you have to concentrate to take the information in. It is not the kind of book you can read casually.

Comment | 
Was this review helpful to you?
Most Helpful Customer Reviews on Amazon.com (beta)
Amazon.com:  16 reviews
7 of 7 people found the following review helpful
Quick read but missing key topics 15 April 2002
By Stephen Boisvert - Published on Amazon.com
Format:Paperback
This book is a good light easy to carry overview but really short on some very significant details (com interop in particular) and has too much on useless topics like how to draw a circle on a form. It works as a readable introduction to vb.net but comes up short as a reference. After reading it I found myself constantly failing to find the information I needed.

Great new additions to vb.net such as regular expressions are largely ignored and the coverage of the .NET framework is very thin.

If you are an experienced vb developer you really should look for a book with more information on how to leverage your existing knowledge. Look for information on com interop and porting.

9 of 10 people found the following review helpful
VB.Net Language In A Nutshell (2nd Edition) 23 Nov 2002
By Christopher Taylor - Published on Amazon.com
Format:Paperback
My experiences with 'Nutshell' books have been both bad and
good. I wasn't sure which I would get with VB.Net Language
in a Nutshell. After reviewing this book I am happy to say
this is a good one. Not only good, superb.

I have used this book about 20 times in the last 2 weeks
when I needed to look something up quickly. The funny thing
was that the pile of books I usually keep close by on my
computer table seemed to diminish the more I used it.

I have really only used the VB and VBScript languages (no C
or C++, and just a tiny bit of Java), so going with VB.Net was
definitely the path of least resistance when starting to work
with ASP.Net. This book will be a great asset to someone who
wants to stay in the VB world. Throughout the book you will
find VB.Net / VB 6 differences pointed out. These tips will
really help during the transition to VB.Net.

Chapter by Chapter Summary:

Chapter 1: Introduction
This very short chapter gives a little background on VB and
VB.Net. It is very brief, and I do not know if it is really
needed. Most VB people will know the history of VB, and anyone
getting this book will probably have heard all the info on
VB.Net that is given. That being said it may just be in for
the non-VB people getting the book.

Chapter 2: Program Structure
This chapter goes in to the details and nuts-n-bolts of what
the structure of a VB program is. It also gives quick
overviews of functions, sub procedures, property procedures,
events, console apps and window forms apps.

Chapter 3: Variables and Data Types
This is a good chapter. It talks about everything from
variable properties and scope to arrays and passing objects.
VB data types, binding, and arguments are among the other
things covered. All topics have very concise definitions and
meaningful examples. No extraneous fluff.

Chapter 4: Introduction to Object-Oriented Programming
The chapter title pretty well says what this chapter is about.
Encapsulation, Inheritance, Interfaces, Polymorphism, etc. are
all discussed with a VB.Net twist. In reality this chapter and
chapter 1 could have been integrated together, but I won't bust
them too bad on this since I really liked their information on
Garbage Collection.

Chapter 5: The .Net Framework: General Concepts
This is a short 6-page chapter on general .Net Framework
information. Briefly touches on Namespaces, Assemblies, and the
CLR.

Chapter 6: The .Net Framework Class Library
This is another very brief chapter that highlights just a few
of the more than 90 Namespaces in the .Net Framework Class
Library.

Chapter 7: Delegates and Events
This chapter is an 8-page brief on delegates, events, and event
binding. Not much more to really say.

Chapter 8: Attributes
This 10-page chapter goes into Attributes. Their use and syntax,
as well as instruction on using custom attributes is covered.

Chapter 9: Error Handling in VB.Net
This chapter does a great job of explaining Error Handling in
VB.Net. The difference between error detection and error handling
is defined. Structured (Try, Catch, Finally) and unstructured
error handling are discussed. Exception classes, logical errors,
and error constants are also briefly talked about. This is a great
overview chapter.

Chapter 10: The Language Reference
This is THE chapter. This almost 450-page chapter alone is worth
the price of the book. It is a listing of the VB.Net language elements.
There are many things I really like about the way that they cover
the language elements. Besides return values and descriptions of
the elements, they also have included 'Rules at a glance', which
quickly informs you of all the important information as to the
usage of the element. Another thing I like is the 'Programming tips
and gotchas' section that some of the elements have. All are full
of useful information that will save you time. The thing I probably
like the most is the 'VB.NET / VB 6 Differences' blurbs they give
when there is a difference in the language element from VB 6 to
VB.Net. Those blurbs are invaluable to someone transitioning from
the VB 6 world. Excellent, excellent, excellent chapter. Well done.

Appendix A: What is new and different in VB.Net
This appendix specifically covers the changes from VB 6 to VB.Net.
This is an excellent supplement to the 'VB.NET / VB 6 Differences'
blurbs in chapter 10. I also like that they give a listing of the
obsolete programming elements that have been removed from VB.Net.

Appendix B: Language Elements by Category
This is an excellent supplement for chapter 10. It helps you find
which language elements you need to use when approaching a
specific kind of situation. It is a very nice and useful appendix.

Appendix C: Operators
This appendix covers the 4 kinds of Operators in VB.Net. They are
Arithmetic, Assignment, Comparison, and Logical. Order of precedence
is also covered. Excellent reference material.

Appendix D: Constants and Enumerations
This is a reference for all the built-in Constants and Enumerators
for VB.Net. Again, great reference material.

Appendix E: The VB.Net Command-Line Compiler
A reference for the VB.Net command-line compiler. The switches are
well explained.

Appendix F: VB 6 Language Elements Not Supported by VB.NET
This gives an alphabetical listing of the language elements in VB 6
that are not present in VB.Net. Once again, this reference will be
very helpful for those transitioning to VB.Net from VB 6.

Well folks, without a doubt this book is a 10 out of 10. Well done!

6 of 6 people found the following review helpful
Easy Way To Convert To VB .NET 31 Mar 2002
By P. Pham - Published on Amazon.com
Format:Paperback
Just when you though it was time to kick back and enjoy your accomplishment in the VB world, someone would just had to come and messed it up - "So, have you look into VB .NET yet?". Tell you the truth, a few months ago, you would have to drag me kicking-and-screaming to get me in the .NET water with my VB swimsuit! With all the rumor of many changes to VB, the idea of re-learning VB was like decaffeined coffee!

So for me to convert to VB .NET, it has to be quick and painless. And this book did just that. It cuts right through the red tape and gets straight to the core. VB .NET language are explored from A to Z. Aside from being labeled as a language reference, the authors go extra the mile to include dedicated chapters on significant topics in VB .NET that are new to VB such as class inheritant, new datatypes, .NET concept and framework. Not to mention the little details such as tips and gotchas added along side with the reference section which make this book quite enjoyable to read too.

I recommend this book for the VB fan, including those who are reluctant to convert to VB .NET like I was. This book is will ease your transition to VB .NET quickly and efficiently.

Search Customer Reviews
Only search this product's reviews

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
 

Search Customer Discussions
Search all Amazon discussions
   


Listmania!

Create a Listmania! list

Look for similar items by category


Look for similar items by subject


Feedback