101 Microsoft Visual Basic .NET Applications

  Author:    Patrick Barnes, Sean Campbell, Bob Carver, Kris Horrocks, Jim Pragit, Oz Rugless, Scott Swigart, 3 Leaf Solutions
  ISBN:    0735618917
  Sales Rank:    349166
  Published:    2003-05-28
  Publisher:    Microsoft Press
  # Pages:    400
  Binding:    Paperback
  Avg. Rating:    5.0 based on 13 reviews
  Used Offers:    14 from $1.11
  Amazon Price:    $23.99
  (Data above last updated:  2008-08-21 06:49:24 EST)
  
  
Sort customer reviews by:
  
Show All Reviews on Page      Hide All Reviews on Page
   
  
101 Microsoft Visual Basic .NET Applications
  
Getting up to speed with Visual Basic .NET might seem challenging to programmers who already work in Visual Basic 6.0. This handy book is stuffed full of standalone, working code samples that show these programmers exactly how to perform important tasks w
                  Reader Reviews 1 - 15 of 15                 
  
  
Review
Date
Review
Rating(5 High)
Review
Helpful
to:
Customer Review Reviewer
Info
Permanent
Link
Reader Reviews Below Sorted by Newest First
12-02-07 5 (NA)
(Hide Review...)  Fast way to learn by example!
Reviewer Permalink
This is a very good book. If you like to learn by example, this book has very good useful examples to get your project "up in the air" very quickly.

This book is an ideal supplement to a reference manual and really accelerates the learning process. I got a very good price on Amazon, but this book is worth full-bang retail price in terms of pure value. I would highly recommend this book, even if someone only found 5 examples out of the 101 examples, but depending on your project, nearly every example could be applied in some way to your project(s).
(Review Data Last Updated: 2008-08-20 04:26:21 EST)
10-10-07 4 (NA)
(Hide Review...)  Good content...wish it was available in C#
Reviewer Permalink
Good, simple components that can be used as a part of larger applications.
Good explanations.
The only negative thing that I can see is that I wish it was available in C#. But then again, it provides a new challenge to translate it without having the C# code right there in front of me.
(Review Data Last Updated: 2008-02-14 00:48:42 EST)
06-14-07 4 1\1
(Hide Review...)  Good book but for old version of .NET
Reviewer Permalink
101 Microsoft Visual Basic .NET Applications
It is a good book with a lot examples to learn from.
But examples require some extra work if you use .NET 2005

(Review Data Last Updated: 2008-02-14 00:48:42 EST)
10-12-05 5 1\1
(Hide Review...)  Amazing reference!
Reviewer Permalink
I bought this book just a few weeks ago, and WOW. Thre is such a range of information here! This book is especially targeted at programmers that aren't particularly familiar with what all VB.NET can offer.
Granted, this product does not cover any of the topic very extensivly, but that's not what it was written for. 90% of the topics covered in the book are explained in more detail in the MSDN library.
All in all, this book is one of the best ways to find great ideas to improve functionality in all your VB.NET projects.
(Review Data Last Updated: 2008-02-14 00:48:42 EST)
10-02-04 5 19\19
(Hide Review...)  A book is more than just the code
Reviewer Permalink
Jerry Bucknoff wrote a review where he says skip the book because you can just download the code. I don't get this. I buy a book for more than just the CD stuffed in the back. This book has 500+ pages that taught me how to do in VB.NET, the things I knew how to do in VB6. Maybe if you're a rocket scientist, you can just stare at the code and learn everything, but those 500 pages really got me up to speed on .NET.
(Review Data Last Updated: 2008-02-14 00:48:42 EST)
07-28-04 5 8\8
(Hide Review...)  Getting down to brass tacks
Reviewer Permalink
This is the most PRACTICAL book I've seen on VB.Net. I've been working with VB.Net since it came out, but there were still a lot of problems with common situations. For example, he explains and illustrates Crystal Reports bettern than the only book I've found on Crystal Reports. He gets into the arcane world of forms that update SQL databases and the black art of binding with a "here's how to do it" approach. Generally speaking, he seems to have gone through the million-or-so class libraries and told you about the ones you really should know about and how to use them. A joy and a relief!
(Review Data Last Updated: 2008-02-14 00:48:42 EST)
07-27-04 5 7\7
(Hide Review...)  Getting down to brass tacks
Reviewer Permalink
This is the most PRACTICAL book I've seen on VB.Net. I've been working with VB.Net since it came out, but there were still a lot of problems with common situations. For example, he explains and illustrates Crystal Reports bettern than the only book I've found on Crystal Reports. He gets into the arcane world of forms that update SQL databases and the black art of binding with a "here's how to do it" approach. Generally speaking, he seems to have gone through the million-or-so class libraries and told you about the ones you really should know about and how to use them. A joy and a relief!
(Review Data Last Updated: 2006-12-17 11:15:03 EST)
07-20-04 2 11\28
(Hide Review...)  Not a book for beginners
Reviewer Permalink
Being new to VB I expected this book to help me through the rough spots. I am a embedded programmer who uses mostly assembly language, but wrote a fair amount of C programs on the PC using the old Borland 4. I find that seeing some examples is my best way to learn.

You would have thought with 25 years of experience I could figure out how to code in VB.

Well, this book looks like some C++ I have seen, not like any basic I am familiar with. Most examples look like cryptic C++. Perhaps this is the way VB6.net is, and, if so, I should have bought visual C++ because I know C, just not C++.

I suppose the book is fine for experienced VB programmers, but I cannot recommend it as a highly experienced programmer 'trying' VB for the first time.
(Review Data Last Updated: 2007-07-06 19:39:04 EST)
06-06-04 4 69\72
(Hide Review...)  Available for free download at msdn.microsoft.com
Reviewer Permalink
These are 101 code examples, provided by Microsoft, offering various "how-to"'s in the form of code samples. Some of the topics are:
* creating menus
* validating listboxes
* how to use reflection
* receiving and processing data using a SQLDataReader
* comparing data binding in winforms and webforms
* creating a Windows Service
* how to use role-based security
* the try / catch / finally block for exception handling
* understanding the garbage collector
as well as dozens others (101 in all, right?) including several examples of using GDI+ in Winforms.

Code, documentation and, where needed, support files (e.g., .txt or .xml files) are provided.

This is good stuff but the fact is, you can down the entire set of code and documentation for free at:
http://msdn.microsoft.com/vbasic/downloads/default.aspx

In fact, Microsoft has updated these 101 Code examples (originally designed for VS.NET 2002 and originally released in early 2003) for release 1.1 of the .NET Framework and VS.NET 2003. Both the original and updated 101 Samples are available for download along with 101 Samples for C#.

I recommend these code examples, but I suggest you just download them rather than buy the physical book.

The code, itself, get 4 stars for usuability. If the book was free (or the material was not already free), then the book would get 4 stars, too. I won't take stars away just because you can get the material for free.

Why not 5 stars? Some of the explanations could be clearer. Some of the code examples are more like snippets than fully usuable components, programs or apps, so you will need to study the code, but customize it for your own use.

(Review Data Last Updated: 2007-06-24 10:53:58 EST)
06-05-04 4 66\69
(Hide Review...)  Available for free download at msdn.microsoft.com
Reviewer Permalink
These are 101 code examples, provided by Microsoft, offering various "how-to"'s in the form of code samples. Some of the topics are:
* creating menus
* validating listboxes
* how to use reflection
* receiving and processing data using a SQLDataReader
* comparing data binding in winforms and webforms
* creating a Windows Service
* how to use role-based security
* the try / catch / finally block for exception handling
* understanding the garbage collector
as well as dozens others (101 in all, right?) including several examples of using GDI+ in Winforms.

Code, documentation and, where needed, support files (e.g., .txt or .xml files) are provided.

This is good stuff but the fact is, you can down the entire set of code and documentation for free at:
http://msdn.microsoft.com/vbasic/downloads/default.aspx

In fact, Microsoft has updated these 101 Code examples (originally designed for VS.NET 2002 and originally released in early 2003) for release 1.1 of the .NET Framework and VS.NET 2003. Both the original and updated 101 Samples are available for download along with 101 Samples for C#.

I recommend these code examples, but I suggest you just download them rather than buy the physical book.

The code, itself, get 4 stars for usuability. If the book was free (or the material was not already free), then the book would get 4 stars, too. I won't take stars away just because you can get the material for free.

Why not 5 stars? Some of the explanations could be clearer. Some of the code examples are more like snippets than fully usuable components, programs or apps, so you will need to study the code, but customize it for your own use.

(Review Data Last Updated: 2006-12-17 11:15:03 EST)
03-14-04 5 3\3
(Hide Review...)  best intro vb.net i have come across
Reviewer Permalink
few words for a book organised withs tons of examples
which work. this is one of the only books which
have tons of information and no need to look elsewhere
the author has outdone himself this time
(Review Data Last Updated: 2006-12-17 11:15:03 EST)
11-16-03 5 20\20
(Hide Review...)  If only this book came out two years ago...
Reviewer Permalink
I've been developing .NET apps for just about two years since beta 1 and really wish this book was around when I first started. The only thing I can say bad about it is that I would have liked it before I spent a lot of time trial-and-erroring my way through things. I can't blame the authors though, books this cool take a while to write!

It's really a cool layout and and you feel yourself caught in the momentum. Example after example and very concise and to the point. Few books make their point(s) so quickly and succinctly. Not a lot of fluff or general comments (which certainly belong in many books), but it really gets to the point on each and every example. I found it very easy to read, it made me want to read on, it was very well written and all of the code worked flawlessly.

If you are starting out in .NET, this book will save you HOURS, and in many instances, DAYS and perhaps weeks. If you are an experienced developer, there is still a lot that you may have not come across yet and this book will certainly have some great information for you.

I've never purchased anything by Sean or Campbell, but if this is any indication of their work, I'll definitely be buying whatever else they write.

(Review Data Last Updated: 2006-07-07 13:07:38 EST)
09-20-03 5 1\1
(Hide Review...)  Full Samples for the book are Online and very cool
Reviewer Permalink
The person who wrote the previous comment didn't read the book's opening pages in the introduction. All of the 101 Samples in the book are online! Each one is very cool and runs right away. The samples in the book are snippets from those examples with plenty of explanatory text for each sample.
(Review Data Last Updated: 2006-07-07 13:07:38 EST)
09-18-03 2 3\11
(Hide Review...)  lots of info, bad organization
Reviewer Permalink
this book has a lot of info, but is not organzied very well.
e.g chapter 11 "key visual studio .net benefits" would require you to build the following chapters 3,4,5,7,8,54,55,57,73,76,79.
it gives a general idea, but not fully working examples where the reader can type and run,
(Review Data Last Updated: 2006-07-07 13:07:38 EST)
08-05-03 5 18\20
(Hide Review...)  Useful!
Reviewer Permalink
I've found this book to be one of the most useful that I own. It has, literally, tons of code that (for once) is designed to be "real world", and includes actual error checking! As I migrate myself over from VB6, it's been really nice when I think "I know how to do this in VB6, I wonder how I do the same thing in .NET". I highly recommend.
(Review Data Last Updated: 2006-07-07 13:07:38 EST)
  
                  Reader Reviews 1 - 15 of 15                 
  
  
  
  
  
  

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)