27 used & new from $1.90

Have one to sell? Sell yours here
 
 
101 Microsoft® Visual Basic® .NET Applications
 
 
Tell the Publisher!
I’d like to read this book on Kindle

Don’t have a Kindle? Get your Kindle here.
 
  

101 Microsoft® Visual Basic® .NET Applications (Paperback)

~ 3 Leaf Solutions (Author) "Visual Studio .NET 2003 is an incremental release over Visual Studio .NET 2002, yet it still contains numerous enhancements of interest to developers..." (more)
Key Phrases: custom navigation controls, sample application shows, namespace routing table, End Sub, Visual Studio, Private Sub (more...)
4.1 out of 5 stars  See all reviews (14 customer reviews)


Available from these sellers.


9 new from $8.00 18 used from $1.90

Customers Who Bought This Item Also Bought

Microsoft  Visual Basic  .NET Programmer's Cookbook (Pro-Developer)

Microsoft Visual Basic .NET Programmer's Cookbook (Pro-Developer)

by Matthew MacDonald
4.4 out of 5 stars (22)  $34.99
Microsoft  Visual Basic  .NET Step by Step (Step By Step (Microsoft))

Microsoft Visual Basic .NET Step by Step (Step By Step (Microsoft))

by Michael Halvorson
Programming Microsoft® Visual Basic® .NET Version 2003 (Pro Developer)

Programming Microsoft® Visual Basic® .NET Version 2003 (Pro Developer)

by Francesco Balena
Microsoft  Visual Basic  .NET Language Reference (Pro-Documentation)

Microsoft Visual Basic .NET Language Reference (Pro-Documentation)

by Microsoft Corporation
3.4 out of 5 stars (5)  $35.99
Beginning VB.NET Databases

Beginning VB.NET Databases

by Thearon Willis
Explore similar items

Editorial Reviews

Product Description

Flattens the learning curve for Visual Basic .NET by providing working applications with complete code, helpful instructions, commentary, and pointers to more information.

Product Details

  • Paperback: 592 pages
  • Publisher: Microsoft Press (July 9, 2003)
  • Language: English
  • ISBN-10: 0735618917
  • ISBN-13: 978-0735618916
  • Product Dimensions: 8.8 x 7.3 x 1.5 inches
  • Shipping Weight: 2.3 pounds
  • Average Customer Review: 4.1 out of 5 stars  See all reviews (14 customer reviews)
  • Amazon.com Sales Rank: #138,371 in Books (See Bestsellers in Books)

    Popular in these categories: (What's this?)

    #21 in  Books > Computers & Internet > Microsoft > Development > Visual Basic > .Net
    #28 in  Books > Computers & Internet > Microsoft > Development > VBA
    #30 in  Books > Computers & Internet > Microsoft > Development > .NET

Inside This Book (learn more)
First Sentence:
Visual Studio .NET 2003 is an incremental release over Visual Studio .NET 2002, yet it still contains numerous enhancements of interest to developers. Read the first page
Key Phrases - Statistically Improbable Phrases (SIPs): (learn more)
custom navigation controls, sample application shows, namespace routing table, code walkthrough, codebehind page, hyte array, this sample application, global exception handler, serviced component, custom paging, visual inheritance, trace listener, hash digest, isolation mode, manifest file, application pools, drop destination, custom exceptions, loaded assemblies, click event handler, common dialog controls, thread pooling, application configuration file, structured exception handling, destination control
Key Phrases - Capitalized Phrases (CAPs): (learn more)
End Sub, Visual Studio, Private Sub, Building Upon, End Try, End Function, Public Class, Active Directory, Crystal Reports, Finally Application, Internet Information Services, Select Case, Enterprise Services, Object-Oriented Features Application, Internet Explorer, Web Forms, End While, End Select, Add Web Reference, Protected Overrides Sub, Try Dim, Microsoft Windows, Private Function, Protected Sub, String Manipulation Application
New!
Books on Related Topics | Concordance | Text Stats
Browse Sample Pages:
Front Cover | Table of Contents | First Pages | Index | Back Cover | Surprise Me!
Search Inside This Book:




Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 

Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

 

Customer Reviews

14 Reviews
5 star:
 (8)
4 star:
 (3)
3 star:    (0)
2 star:
 (2)
1 star:
 (1)
 
 
 
 
 
Average Customer Review
4.1 out of 5 stars (14 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
72 of 75 people found the following review helpful:
4.0 out of 5 stars Available for free download at msdn.microsoft.com, June 5, 2004
By J Bucknoff, PMP (Fort Lee, NJ USA) - See all my reviews
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.

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
19 of 19 people found the following review helpful:
5.0 out of 5 stars A book is more than just the code, October 1, 2004
By John S (Seattle, WA) - See all my reviews
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.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
19 of 19 people found the following review helpful:
5.0 out of 5 stars If only this book came out two years ago..., November 15, 2003
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.

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews

1.0 out of 5 stars Just a guy trying to learn more
it looks like a great book but it doesn't seem very useful without the companion content. It gives the URL at MSPRESS on the back cover. Read more
Published 9 months ago by Daniel R. Garcia

5.0 out of 5 stars Fast way to learn by example!
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. Read more
Published 23 months ago by James D. Carlburg

4.0 out of 5 stars Good content...wish it was available in C#
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... Read more
Published on October 10, 2007 by L. Johnson

4.0 out of 5 stars Good book but for old version of .NET
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 . Read more
Published on June 13, 2007 by Boris Vaiser

5.0 out of 5 stars Amazing reference!
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... Read more
Published on October 12, 2005 by Stephen Collins

5.0 out of 5 stars Getting down to brass tacks
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. Read more
Published on July 27, 2004 by Occam

2.0 out of 5 stars Not a book for beginners
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... Read more
Published on July 20, 2004 by G. Bankston

5.0 out of 5 stars best intro vb.net i have come across
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... Read more
Published on March 13, 2004 by .Net learner

5.0 out of 5 stars Full Samples for the book are Online and very cool
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! Read more
Published on September 19, 2003

2.0 out of 5 stars lots of info, bad organization
this book has a lot of info, but is not organzied very well.
e.g chapter 11 "key visual studio . Read more
Published on September 18, 2003

Only search this product's reviews



Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Active discussions in related forums
Search Customer Discussions
Search all Amazon discussions
   



So You'd Like to...


Create a guide

Product Information from the Amapedia Community

Beta (What's this?)


Look for Similar Items by Category


Look for Similar Items by Subject

 

Feedback

If you need help or have a question for Customer Service, contact us.
 Would you like to update product info or give feedback on images?
Is there any other feedback you would like to provide?

Your comments can help make our site better for everyone.



Your Recent History

 (What's this?)

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.