or
Sign in to turn on 1-Click ordering.
 
 
Express Checkout with PayPhrase
What's this? | Create PayPhrase
Sorry!
More Buying Choices
55 used & new from $5.75

Have one to sell? Sell yours here
 
   
Microsoft  Visual Basic  .NET Programmer's Cookbook (Pro-Developer)
 
 
Tell the Publisher!
I’d like to read this book on Kindle

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

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

~ (Author) "The Microsoft Visual Basic .NET language now spans more programming tools, concepts, and application programming interfaces (APIs) than ever before..." (more)
Key Phrases: remotable class, remotable object, strongly typed array, Private Sub, Public Class, End Function (more...)
4.4 out of 5 stars  See all reviews (22 customer reviews)

List Price: $49.99
Price: $31.49 & this item ships for FREE with Super Saver Shipping. Details
You Save: $18.50 (37%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In Stock.
Ships from and sold by Amazon.com. Gift-wrap available.

Only 4 left in stock--order soon (more on the way).

Want it delivered Wednesday, November 11? Choose One-Day Shipping at checkout. Details
27 new from $9.79 28 used from $5.75

Frequently Bought Together

Customers buy this book with Microsoft Visual Basic .NET Language Reference (Pro-Documentation) by Microsoft Corporation

Microsoft  Visual Basic  .NET Programmer's Cookbook (Pro-Developer) + Microsoft  Visual Basic  .NET Language Reference (Pro-Documentation)
  • This item: Microsoft Visual Basic .NET Programmer's Cookbook (Pro-Developer) by Matthew MacDonald

    In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details

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

    In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details


Customers Who Bought This Item Also Bought

101 Microsoft® Visual Basic® .NET Applications

101 Microsoft® Visual Basic® .NET Applications

by 3 Leaf Solutions
Developing Microsoft  .NET Controls with Microsoft Visual Basic  .NET (Pro Developer)

Developing Microsoft .NET Controls with Microsoft Visual Basic .NET (Pro Developer)

by John Connell
3.8 out of 5 stars (16)  $49.99
Programming Microsoft® Visual Basic® .NET Version 2003 (Pro Developer)

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

by Francesco Balena
Murach's Beginning Visual Basic .NET

Murach's Beginning Visual Basic .NET

by Anne Prince
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
Explore similar items

Editorial Reviews

Product Description

Filled with the ingredients developers need—code samples, instructions, and solutions to common problems—this book is the logical place for developers to start building projects and learning more about Visual Basic .NET.

Product Details

  • Paperback: 800 pages
  • Publisher: Microsoft Press (July 2, 2003)
  • Language: English
  • ISBN-10: 073561931X
  • ISBN-13: 978-0735619319
  • Product Dimensions: 8.9 x 7.3 x 2 inches
  • Shipping Weight: 3.2 pounds (View shipping rates and policies)
  • Average Customer Review: 4.4 out of 5 stars  See all reviews (22 customer reviews)
  • Amazon.com Sales Rank: #468,501 in Books (See Bestsellers in Books)

    Popular in this category: (What's this?)

    #67 in  Books > Computers & Internet > Microsoft > Development > Visual Basic > .Net

More About the Author

Matthew MacDonald
Discover books, learn about writers, read author blogs, and more.

Visit Amazon's Matthew MacDonald Page

Inside This Book (learn more)

Citations (learn more)
This book cites 1 book:



What Do Customers Ultimately Buy After Viewing This Item?


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

22 Reviews
5 star:
 (17)
4 star:
 (1)
3 star:
 (1)
2 star:
 (1)
1 star:
 (2)
 
 
 
 
 
Average Customer Review
4.4 out of 5 stars (22 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
32 of 33 people found the following review helpful:
5.0 out of 5 stars Great Format, Great Content!, July 16, 2003
Finally, a book with one-stop shopping for VB.NET! I've read several cookbook-style programming titles in the past, and I was pleasantly surprised to find this has much more depth than I expected. It can't cover everything (.NET is huge), but every time I pick the book up I learn something new. There are so many highlights--just browse through the table of contents and you'll see what I mean!

Here are some of my favorites:
* Send keystrokes to another app
* Create a thread-safe control wrapper
* Great data-binding tips (image-to-picture box, etc.)
* Factory, Registry, Singleton, Memento, and Lazy Initialization patterns
* POP3, FTP, and Ping classes in the networking section
* How to change a password into a salted hash for storage in a database
* Use ZIP and PDF files (disclaimer: some third-party code is required, although it's free)
* Manage print jobs that are underway
* Get Windows accounts and roles
* Do hit testing with custom graphics
* Defend against SQL injection
* Dynamically generate an ASP.NET graphic
* Add ASP.NET controls on the fly
* MAPI and MCI (unfortunately, just through the ActiveX controls)
* Upload binary data with a web service
* Use a web service in VB 6

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



 
16 of 16 people found the following review helpful:
5.0 out of 5 stars Ignore the negative review, April 25, 2005
By Netloss (The Hinterlands) - See all my reviews
For a beginner, I think it's best to get two things: A really good introductory book to learn the basics, and then a cookbook that gives code samples for a variety of tasks. Otherwise you'll beat your head against the wall trying to reinvent the wheel, every time you want to perform some common task in code.

For vb.net, I'd recommend Murach's Beginning Visual Basic .Net as the introductory text (even for a non-programmer) and this book as the cookbook. This book is concise but it contains the info you want. Its problem/solution structure makes it easy to find information (much easier than digging through a typical 1,000+ page comprehensive language review). And the selection of topics/code samples is quite useful, covering a variety of common tasks.

If you've learned the very basics but are struggling to write code, take a look at this book.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
12 of 12 people found the following review helpful:
5.0 out of 5 stars Solid reference, resource, August 29, 2003
By A Customer
I wish I had this book a year ago when I first started developing with .NET! Even though I'm no longer a newbie, I'm already using this book as a one-stop reference. I tested it against other books, and this one gave me the quickest solutions for making thread "wrappers", serializing objects in different ways, and writing a timer-based Windows service (three tasks I had in an average week).

Overall, this cookbook has a little bit of everything, and the dense examples and explanations are so much better than the typical .NET programming book (most are full of fluff and theory). Even experienced developers should find a few new tricks here. For me, the security chapter was the best new material (including how to restrict permissions on dynamically loaded assemblies, encrypt objects, and use XML signatures). The ADO.NET chapter is good, but I would have liked even more. The ASP.NET and web services chapters are also good, but hard-core ASP.NET developers will probably want a dedicated cookbook for this stuff, because many topics are not covered. The early, more basic chapters, were also great--you'll be surprised how useful it is to have a list of the core .NET interfaces (for making objects serializable, convertible, disposable, comparable, etc.) and examples how to implement them. Overall, this is a great book for browsing, reviewing, or just honing your skills.

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

5.0 out of 5 stars Great text for vb.net 1.1.
This book save me in school. The professor would issue their own text, that really didn't explain all the tools that the homework required. Read more
Published 7 months ago by D. E. Johnston

5.0 out of 5 stars Casual programmers handbook
Whenever I want to do something in VB, if I haven't done it many times before, I will check this book because it most often has a "recipe" for my problem. Read more
Published 10 months ago by E. Nichols

5.0 out of 5 stars Excellent VB.NET resource
I found this VB.NET reference of tremendous help to me. The content covers a wide cross-section of topics and addresses the needs of varying skill levels. Easy to use. Read more
Published 23 months ago by DB Twain

5.0 out of 5 stars Programmers Cookbook
The book was new as presented and came very quickly in the mail. Thank you
Published on May 15, 2007 by Mark A. Heilman

4.0 out of 5 stars Great recepie book.
Book has a lot of practical suggestions, especially for rudimentary string handling operations. It stands out over most other books of this genre on the topic of . Read more
Published on March 14, 2007 by Vort3xxX

5.0 out of 5 stars WOW!!!
If you're familiar with VB.Net, then this is a great book for you to learn how to add those tricky little details that can make or break
the professionalism of your... Read more
Published on January 9, 2007 by H. Gerling

5.0 out of 5 stars Recommended
The Programmer's Cookbook is a great collection of "how-to" articles. It is filled with practical and useable code samples that you can use in your programs. Read more
Published on January 9, 2007 by ed

3.0 out of 5 stars Excellent Information, Poorly written.
This book is like the college professor that is an expert in his field, knows everything, and can't teach worth a hoot. Read more
Published on February 22, 2006 by K. Miller

5.0 out of 5 stars The standard for programming language writing
The author has that perfect mixture of good writing style and a profound knowledge of both the language and the .net architecture. Read more
Published on November 6, 2005 by J. preston

1.0 out of 5 stars Baked Code?
FYI, when using the code in Chapter 8-4, "8.4 Ping an IP Address", all seems well and you get the different ping times in your console window. Read more
Published on June 11, 2004 by Reader

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
 

Search Customer Discussions
Search all Amazon discussions
   




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.