Home :: Books :: Computers & Internet  

Arts & Photography
Audio CDs
Audiocassettes
Biographies & Memoirs
Business & Investing
Children's Books
Christianity
Comics & Graphic Novels
Computers & Internet

Cooking, Food & Wine
Entertainment
Gay & Lesbian
Health, Mind & Body
History
Home & Garden
Horror
Literature & Fiction
Mystery & Thrillers
Nonfiction
Outdoors & Nature
Parenting & Families
Professional & Technical
Reference
Religion & Spirituality
Romance
Science
Science Fiction & Fantasy
Sports
Teens
Travel
Women's Fiction
101 Microsoft Visual Basic .NET Applications

101 Microsoft Visual Basic .NET Applications

List Price: $39.99
Your Price: $26.39
Product Info Reviews

<< 1 2 >>

Rating: 2 stars
Summary: Not a book for beginners
Review: 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.

Rating: 5 stars
Summary: best intro vb.net i have come across
Review: 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

Rating: 5 stars
Summary: If only this book came out two years ago...
Review: 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.

Rating: 5 stars
Summary: If only this book came out two years ago...
Review: 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.

Rating: 5 stars
Summary: Useful!
Review: 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.

Rating: 5 stars
Summary: A book is more than just the code
Review: 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.

Rating: 5 stars
Summary: Full Samples for the book are Online and very cool
Review: 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.

Rating: 4 stars
Summary: Available for free download at msdn.microsoft.com
Review: 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.

Rating: 4 stars
Summary: Available for free download at msdn.microsoft.com
Review: 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.

Rating: 2 stars
Summary: lots of info, bad organization
Review: 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,


<< 1 2 >>

© 2004, ReviewFocus or its affiliates