MuzzleGear.com: Muzzleloader Books: VB. NET Language in a Nutshell (2nd Edition)
Merry Christmas!  
View Cart  
Customer Service 
Site map 
Search Advanced Search
 Location:  Home » Books » Nutshell » VB. NET Language in a Nutshell (2nd Edition)  
Guns
Knight
CVA
Traditions
Thompson Center
Pisolts / Revolvers
Accessories
Powder Flasks
Powder Measures
Bullet Starters
Ramrods & Ramrod Accessories
Cappers
Shooting Patches
Speed Loaders
Nipple Accessories
Accessory Packs
Cleaning Accessories
Scopes & Sights
Accessories By Manufacturer
Thompson Center
Traditions
Knight
Truglo
Books, Magazines, & DVDs
Books
Magazines
General Hunting DVD's
Community
Discussion Fourm
Muzzleloading Blog

Email Newsletter
Get info on Sales, Events, New Products, and More!



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 Used: $0.99
You Save: $43.96 (98%)



New (7) Used (22) from $0.99

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

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
Condition: Minimal damage to the cover, dust jacket not necessarily included minimal wear to binding, majority of pages undamaged, minimal to no highlighting/underlining of text, no missing p

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
  • VB.NET Language Pocket Reference
  • ADO.NET in a Nutshell

Editorial Reviews:

Amazon.com
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 Great reference book!   February 4, 2005
 2 out of 2 found this review helpful

I absolutely highly recommend this book.

Having read through several .NET books with no rhyme or reason whatsoever as to how they're put together, I was hoping this book would become a concise _beginning_ point of reference for me.

Boy was I wrong! I use this book constantly. The first week I had it, I referenced it almost daily, and not just for the quick-fix-reminders (in which order do those stupid DateDiff arguments come?). There are nine chapters before the actual reference, which are a veritable tome of information not found anywhere else (at least, not by me). In fact, I'd venture to say that the chapter on OOP should be required reading before you can even download the framework. There are a lot of concepts in that chapter that are required even to build simple apps in ASP.NET (not to mention VB.NET) that in Classic ASP were not necessary.

So, who is VB.NET in a Nutshell good for? The book goes into great detail about the differences between VB 6 and VB.NET: each chapter includes the relevant differences to the topic at hand; and each reference entry includes a section on VB6/VB.NET differences. So if you're looking for a book to ease your transition to the .NET world, this is all you need. If you are new to programming, then you have several chapters on the major concepts, as well as a roughly 450-page section on the VB.NET Language. In fact, on page xi of the preface, it actually says (and I paraphrase): Developers who know Visual Basic; developers who know other programming languages; and developers who are new to programming. Well, shucks, that's pretty much anyone who's reading this review, isn't it?
Stop reading now. Buy it.

I said stop.



2 out of 5 stars A Fair Review   October 15, 2004
 2 out of 4 found this review helpful

This is basically a reference book to VB.NEt Functions.

The book is divided into 2 parts.

Part 1: Gives you A very simplified introduction to VB.NET
and is only 143 small pages.(If you put them together it is only 71 normal page). So do not expect much from this book.

Part 2: about 400 pages is only a reference to the functions.


Button line:
Do not buy this if:
You want to learn VB.NET throughly.

Still I bought it, only because at $2.5(I bought it for that price) it is a good deal for an Index book.




4 out of 5 stars CD not for VS.NET 2003   June 12, 2003
 4 out of 5 found this review helpful

A very handy reference manual. Be aware that the included CD will not integrate the book into Visual Studio.NET 2003.


5 out of 5 stars This is a "In a Nutshell" book   January 29, 2003
 3 out of 3 found this review helpful

I think the book stands up to it's title. It's a quick tour of the VB.NET language for the pro(specially for VB6 users). After i took some courses in VB.NET i was looking for books to read further and this out of many i read has the most clarifying and to the point examples. Certainly has not detailed explanations but that's not it's purpose. It's an overview and i think a bright one.


5 out of 5 stars Another Solid Reference by O'Reilly   November 26, 2002
 2 out of 2 found this review helpful

Let me say this: THIS IS NOT A "HOW TO" BOOK. Aside from that, anyone who is using VB .NET will love and rely on this valuable and well-organized reference. The "In a Nutshell" series by O'Reilly is among the best out there.

Site by: Troy Peterson

Muzzlegear is an Associate of

About us | Contact Us | Privacy Policy | Disclaimer
Copyright © 2007 MuzzleGear.com
The MuzzleGear.com Logo, "Load. Prime. Shoot.", and MuzzleMail
are Trademarks of MuzzleGear.com