VB. NET Language in a Nutshell (2nd Edition)

  Author:    Paul Lomax, Ron Petrusha, Steven Roman, Ph.D., Steven Roman
  ISBN:    0596003080
  Sales Rank:    757081
  Published:    2002-04
  Publisher:    O'Reilly
  # Pages:    688
  Binding:    Paperback
  Avg. Rating:    4.0 based on 15 reviews
  Used Offers:    16 from $1.95
  Amazon Price:   
  (Data above last updated:  2008-11-18 10:04:56 EST)
  
  
Sort customer reviews by:
  
Show All Reviews on Page      Hide All Reviews on Page
   
  
VB. NET Language in a Nutshell (2nd Edition)
  
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.

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
                  Reader Reviews 1 - 16 of 16                 
  
  
Review
Date
Review
Rating(5 High)
Review
Helpful
to:
Customer Review Reviewer
Info
Permanent
Link
Reader Reviews Below Sorted by Newest First
02-04-05 5 2\2
(Hide Review...)  Great reference book!
Reviewer Permalink
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.

(Review Data Last Updated: 2007-09-08 00:05:50 EST)
02-04-05 5 (NA)
(Hide Review...)  Great reference book!
Reviewer Permalink
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.
(Review Data Last Updated: 2008-11-18 10:07:21 EST)
02-03-05 5 2\2
(Hide Review...)  Great reference book!
Reviewer Permalink
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.
(Review Data Last Updated: 2007-04-11 12:49:57 EST)
10-16-04 2 2\4
(Hide Review...)  A Fair Review
Reviewer Permalink
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.

(Review Data Last Updated: 2007-07-06 12:44:58 EST)
10-15-04 2 2\4
(Hide Review...)  A Fair Review
Reviewer Permalink
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.

(Review Data Last Updated: 2006-07-04 14:34:19 EST)
06-11-03 4 4\5
(Hide Review...)  CD not for VS.NET 2003
Reviewer Permalink
A very handy reference manual. Be aware that the included CD will not integrate the book into Visual Studio.NET 2003.
(Review Data Last Updated: 2006-07-04 14:34:19 EST)
01-29-03 5 3\3
(Hide Review...)  This is a "In a Nutshell" book
Reviewer Permalink
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.
(Review Data Last Updated: 2007-07-06 12:44:58 EST)
01-28-03 5 3\3
(Hide Review...)  This is a "In a Nutshell" book
Reviewer Permalink
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.
(Review Data Last Updated: 2006-07-04 14:34:19 EST)
11-26-02 5 2\2
(Hide Review...)  Another Solid Reference by O'Reilly
Reviewer Permalink
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.
(Review Data Last Updated: 2007-07-06 12:44:58 EST)
11-24-02 5 9\9
(Hide Review...)  VB.Net Language In A Nutshell (2nd Edition)
Reviewer Permalink
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!

(Review Data Last Updated: 2007-07-06 12:44:58 EST)
11-24-02 2 1\3
(Hide Review...)  Lacking
Reviewer Permalink
After looking to this book as a reference, I have found that it is lacking and missing many of the new, and some old features of VB.NET. Keep your web browser open to MSDN and save your self some money on this one, you will be much better off.
(Review Data Last Updated: 2007-07-06 12:44:58 EST)
11-23-02 5 7\7
(Hide Review...)  VB.Net Language In A Nutshell (2nd Edition)
Reviewer Permalink
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!

(Review Data Last Updated: 2006-07-04 14:34:19 EST)
11-23-02 2 1\2
(Hide Review...)  Lacking
Reviewer Permalink
After looking to this book as a reference, I have found that it is lacking and missing many of the new, and some old features of VB.NET. Keep your web browser open to MSDN and save your self some money on this one, you will be much better off.
(Review Data Last Updated: 2006-07-04 14:34:19 EST)
07-10-02 2 0\8
(Hide Review...)  There are better books than this one
Reviewer Permalink
Lucks important subjects. Also it is typographically poor - letters are small, thin and hard to read, and the titles are almost the size of the body text which makes navigation harder (...I don't have any eye problems).
(Review Data Last Updated: 2006-07-04 14:34:19 EST)
04-15-02 3 7\7
(Hide Review...)  Quick read but missing key topics
Reviewer Permalink
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.

(Review Data Last Updated: 2006-07-04 14:34:19 EST)
03-31-02 5 14\15
(Hide Review...)  Easy Way To Convert To VB .NET
Reviewer Permalink
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.

(Review Data Last Updated: 2006-07-04 14:34:19 EST)
  
                  Reader Reviews 1 - 16 of 16                 
  
  
  
  
  
  

Because the data used to generate this site come from outside sources, VeryWellSaid.com cannot guarantee the completeness or accuracy of the data.
Search VeryWellSaid™
Google
Web VeryWellSaid™
New subjects are added every week.
View Subjects Below by:
* Top Selling
 (click category name, left)
* Top-Rated Top Sellers
 (click 'Top Rated', right)
In the news...  
Dubai\UAE Top Rated
Influenza\Bird Flu Top Rated
Iraq Top Rated
Supreme Court Top Rated
All Books Top Rated
Arts Top Rated
Photography Top Rated
Digital Photography Top Rated
Digital Cameras Top Rated
Biography Top Rated
Business Top Rated
Management Top Rated
Marketing Top Rated
Sales Top Rated
Stocks Top Rated
Bonds Top Rated
Real Estate Top Rated
Trading Top Rated
Commodities Trading Top Rated
Time Management Top Rated
Starting A Business Top Rated
Children's Top Rated
Comics Top Rated
Computers Top Rated
PC Top Rated
Mac Top Rated
Programming Top Rated
Design Patterns Top Rated
.Net Top Rated
C# Top Rated
Vb.Net Top Rated
Asp.Net Top Rated
Java Top Rated
Python Top Rated
PHP Top Rated
Perl Top Rated
Javascript Top Rated
Ajax Top Rated
CSS Top Rated
Open Source Top Rated
SQL Top Rated
Databases Top Rated
Oracle Top Rated
MySql Top Rated
Sql Server Top Rated
IIS Top Rated
Apache Top Rated
Linux Top Rated
Windows Server Top Rated
Project Management Top Rated
HTML Top Rated
UML Top Rated
IT Certifications Top Rated
Cisco Certifications Top Rated
MCSE Top Rated
MCSD Top Rated
Cooking Top Rated
Italian Cooking Top Rated
Vegetarian Cooking Top Rated
Wine Top Rated
Engineering Top Rated
Entertainment Top Rated
Health Top Rated
Nutrition Top Rated
Dieting Top Rated
Sex Top Rated
History Top Rated
Military History Top Rated
British History Top Rated
Middle East History Top Rated
Land Battles Top Rated
Naval Warfare Top Rated
Air Warfare Top Rated
9/11 Top Rated
Terrorism Top Rated
Home Top Rated
Mortgage\Home Equity Loan Top Rated
Cars Top Rated
Car Buying Top Rated
Sports Cars Top Rated
Cat Top Rated
Humor Top Rated
Horror Top Rated
Law Top Rated
IP Law Top Rated
Legal History Top Rated
Fiction Top Rated
Oprah's Book Club Top Rated
Medicine Top Rated
Cancer Top Rated
Stroke Top Rated
Heart Disease Top Rated
Fertility Top Rated
Diabetes Top Rated
Pharmacology Top Rated
Back Problems Top Rated
Menopause Top Rated
Thyroid Top Rated
Pain Top Rated
Organic Chemistry Top Rated
Immune System Top Rated
Mystery Top Rated
Nonfiction Top Rated
Outdoors Top Rated
Running Top Rated
Radio Control Models Top Rated
Guns Top Rated
Parenting Top Rated
Divorce Top Rated
Professional Top Rated
Reference Top Rated
Religion Top Rated
Romance Top Rated
Science Top Rated
Physics Top Rated
Chemistry Top Rated
Astronomy Top Rated
Psychology Top Rated
Science Fiction Top Rated
Sports Top Rated
Teens Top Rated
Travel Top Rated
USA Top Rated
Europe Top Rated
France Top Rated
Italy Top Rated
England Top Rated
China Top Rated
All Books Arts Biography Click Here For An A-Z Index Of All 213 Best-Seller Subjects Business Children's Comics
Computers Cooking Engineering Entertainment Health History Home Horror Humor Law Fiction Medicine Mystery
Nonfiction Outdoors Parenting Professional Reference Religion Romance Science Sci-Fi Sports Teens Travel
In Association with Amazon.com

Cache miss
(not cached)