Search Advanced SearchView Cart   Checkout   
 Location:  Home » body art - tattoo » General » VB. NET Language in a Nutshell (2nd Edition)  
Categories
music
h.r. giger
vampire: masquerade
esoterica
apparel
video
body art - tattoo
jewelry
HALLOWEEN
women's boots
men's boots
Info
about us
links
posters
Related Categories
• General
Programming
O'Reilly
Subcategories
Mass Market
Trade
VB. NET Language in a Nutshell (2nd Edition)
VB. NET Language in a Nutshell (2nd Edition)

zoom enlarge 
Authors: Steven Roman, Ron Petrusha, Paul Lomax
Publisher: O'Reilly Media, Inc.
Category: Book

List Price: $44.95
Buy New: $1.79
You Save: $43.16 (96%)



New (11) Used (17) from $0.67

Avg. Customer Rating: 4.0 out of 5 stars 15 reviews
Sales Rank: 520358

Format: Illustrated
Media: Paperback
Edition: 2nd
Number Of Items: 1
Pages: 682
Shipping Weight (lbs): 1.8
Dimensions (in): 9 x 6.1 x 1.3

ISBN: 0596003080
Dewey Decimal Number: 005.268
UPC: 636920003083
EAN: 9780596003081
ASIN: 0596003080

Publication Date: April 2002
Availability: Usually ships in 1-2 business days

Also Available In:

  • Paperback - VB.NET Language in a Nutshell
  • Paperback - VB.NET Language in a Nutshell

Similar Items:

  • VB.NET Core Classes in a Nutshell
  • Programming Visual Basic .NET, 2nd Edition
  • ASP.NET in a Nutshell, Second Edition
  • Learning Visual Basic .NET
  • VB.NET Language Pocket Reference

Editorial Reviews:

Amazon.com Review
Written especially for those readers coming to VB.NET from an earlier version of Visual Basic, VB.NET in a Nutshell offers a quick language tour as well as a nicely thorough reference to all standard VB objects, methods, and properties. Even if you are a raw beginner, this concise reference is really all you need to get onboard with the new version of the world's most popular programming language.

The first sections of this text zero in on what's new and different in VB.NET. From the basics of the language, centering on data types and object-oriented features, this quick-start guide highlights essential language features that every VB.NET programmer needs to know. There's also material here on the underlying .NET framework, from deployment basics (like .NET assemblies) to built-in namespaces. Coverage of delegates and event handling shows how to process events. The substantially different exception handling model of VB.NET is contrasted with the older ways of handling errors.

The heart of this title has to be its reference material (over 400 pages), primarily on the built-in core VB classes in the new .NET version. While there were rumors that VB.NET changed VB completely, this material should reassure you. By providing APIs that resemble older versions, VB programmers still can leverage common string, date, and time and other functions. Every object, method, and property is described, along with sample code, and differences with VB6. A standout here are "gotchas" when using the new APIs compared to VB6. Besides objects and APIs, there is also coverage of language keywords (for logical, looping, and branching statements), too.

The book closes with several useful reference sections, one of which details all the new features to be found in VB.NET. This is almost a must-read for anyone facing the new VB.NET for the first time. Another appendix here lists VB.NET language APIs. While it's true that you can use many languages with .NET, VB.NET Language in a Nutshell covers the APIs that will give VB.NET its real flavor as a new programming language. Both a quick-start guide and a worthwhile reference to use everyday at your desk, this title is a great way to start using VB.NET in real projects quickly. --Richard Dragan

Topics covered:

  • Introduction to VB.NET
  • Variables and data types (including arrays, collections and parameter, and arguments)
  • Object-oriented programming in VB.NET (classes, inheritance, polymorphism and overloading)
  • Overview of the .NET Framework
  • The Common Language Runtime (CLR)
  • Managed execution
  • Assemblies and VB.NET
  • .NET namespaces (including the system namespace)
  • Delegates and events
  • Error handling in VB.NET (including exception handling techniques)
  • Comprehensive language reference to VB.NET objects
  • Methods and properties (including sample code, programming tips/gotchas, VB.NET vs. VB6 differences)
  • Reference to what's new in VB.NET
  • Language elements and operators in VB.NET
  • Using the VB.NET command-line compiler
  • Unsupported VB 6 language elements


Product Description
With the release of the Microsoft .NET platform comes a new version of Visual Basic dramatically unlike its predecessors. So extensive are the changes, in fact, that some VB programmers argue that Visual Basic .NET is an entirely new programming language. In the updated second edition of this popular book, you will find complete documentation for the Visual Basic .NET language.

Beginning with a brief overview of the language, VB.NET Language in a Nutshell covers basic programming concepts, and introduces the .NET Framework Class Library and programming with attributes. The bulk of the book consists of an alphabetical reference to Visual Basic .NET statements, procedures, functions, and objects. Each entry has a standardized listing containing the following information:

  • Its syntax, using standard coding conventions
  • Differences in the operation of the keyword in Visual Basic .NET and in VB 6.0
  • A list of arguments accepted by the function or procedure
  • A description of the data type returned by a function
  • The finer points of a language element?s usage that are often omitted from or blurred over by other sources
  • Tips and warnings that include undocumented behaviors and practical applications for particular language elements
  • An invaluable section for diagnosing or avoiding potential programming problems
  • A cross-reference to related keywords

On the CD-ROM (included with print edition of the book) is a plug-in that adds a copy of the book's language reference to the dynamic help within Visual Studio .NET. The plug-in requires any edition of Visual Basic .NET or Visual Studio .NET.

No matter how much experience you have programming with VB, you want this book close by, both as a standard reference guide and as a tool for troubleshooting and identifying programming problems.




Customer Reviews:   Read 10 more reviews...

5 out of 5 stars VB.Net Language In A Nutshell (2nd Edition)   November 23, 2002
 9 out of 10 found this review helpful

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!


4 out of 5 stars Not a starter   November 2, 2001
 7 out of 8 found this review helpful

As with most O'Reilly Nutshell books, this book is more a reference than a coder's primer. Unlike most, however, it is a bit lacking on how to code in the language.

This is not all bad. The small size makes this a very useful book for the experienced coder to carry on client sites. The reference material is quite thorough and easy to navigate. It is this reason, alone, that added this book to my library.

If you are trying to learn VB.NET, I am not certain this book is your first choice. Of course, if you have purchased other O'Reilly titles, you are already familiar with this.

If I were to pick one audience for this book, it would be the VB programmer who was looking for a way to upgrade to the new VB .NET language. The appendices, esp. A and F, will help them move into the new technology quickly.


3 out of 5 stars Quick read but missing key topics   April 15, 2002
 7 out of 7 found this review helpful

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.


4 out of 5 stars VB.Net Concise and Detailed   October 4, 2001
 6 out of 7 found this review helpful

VB.Net in a Nutshell is currently the best abridged book on that subject. I prefer the conciseness of a Nutshell book to a rambling discussion. Give me syntax, semantics, tips and I'll figure out the rest. Time to move on.


4 out of 5 stars VB.NET but not in a nutshell   October 17, 2001
 6 out of 6 found this review helpful

The book is written for a VB6 guru who is about to write some new code in VB.NET. It features a decent introduction to what's new in VB.NET and a comprehensive list of changes. The best part of this book is its large reference section, which contains a subset of VB.NET's statements, functions and classes, including comparison to VB6 and potential pitfalls. What I'm missing is instructions how to migrate existing VB6 code to VB.NET. Also, the writer's attitude is a big too positive towards the .NET framework. I would've expected a bit more critical attitude on the numerous, sometimes unnecessary, changes VB.NET seems to present. It takes time to read this book, so I wouldn't call it a nutshell, rather a good reference book.

Powered by Associate-O-Matic

T-shirts, Posters

Pentagram T-shirts, bags, etc...


Gothic Posters

Related Links
Dark Videos

Terra Naturals - All Natural Products






© Darkpub.com 2001-2007. All rights reserved. Domain Registration and Hosting