Join Amazon Prime and ship Two-Day for free and Overnight for $3.99. Already a member? Sign in.

 

or
Sign in to turn on 1-Click ordering.
 
 
More Buying Choices
53 used & new from $0.01

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

Don’t have a Kindle? Get yours here.
 
  

Mastering Visual Basic .NET [ILLUSTRATED] (Paperback)

by Evangelos Petroutsos (Author) "WELCOME TO THE ENTERPRISE Edition of Visual Basic NET..." (more)
Key Phrases: active child form, building custom classes, custom comparer, End Sub, Private Sub, End Function (more...)
4.0 out of 5 stars See all reviews (27 customer reviews)

List Price: $49.99
Price: $36.49 & this item ships for FREE with Super Saver Shipping. Details
You Save: $13.50 (27%)
Upgrade this book for $9.99 more, and you can read, search, and annotate every page online. See details
Temporarily out of stock.
Order now and we'll deliver when available. We'll e-mail you with an estimated delivery date as soon as we have more information. Your account will only be charged when we ship the item.
Ships from and sold by Amazon.com. Gift-wrap available.

21 new from $0.98 32 used from $0.01

Frequently Bought Together

Customers buy this book with Microsoft Visual Basic .NET Programmer's Cookbook (Pro-Developer) by Matthew MacDonald

Mastering Visual Basic .NET + Microsoft  Visual Basic  .NET Programmer's Cookbook (Pro-Developer)
Price For Both: $70.16

One of these items ships sooner than the other. Show details

  • This item: Mastering Visual Basic .NET by Evangelos Petroutsos

    Temporarily out of stock.
    Order now and we'll deliver when available. We'll e-mail you with an estimated delivery date as soon as we have more information. Your account will only be charged when we ship the item.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details

  • 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


Customers Who Bought This Item Also Bought

101 Microsoft® Visual Basic® .NET Applications

101 Microsoft® Visual Basic® .NET Applications

by 3 Leaf Solutions
Mastering Visual Basic .NET Database Programming

Mastering Visual Basic .NET Database Programming

by Evangelos Petroutsos
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
Mastering Microsoft Visual Basic 2005

Mastering Microsoft Visual Basic 2005

by Evangelos Petroutsos
4.3 out of 5 stars (21)  $32.99
Visual Basic .NET Power Tools

Visual Basic .NET Power Tools

by Evangelos Petroutsos
4.5 out of 5 stars (8)  $36.49
Explore similar items

Editorial Reviews

Product Description
Visual Basic .NET is much more than an update of VB 6: It's now a fully object-oriented language that takes advantage of Microsoft's new, feature-rich .NET framework. Mastering Visual Basic .NET is a comprehensive treatment of the language and the framework, from the beginning steps to advanced application development. You'll find detailed tutorials combined with practical, real-world projects and a vast amount of reference material to get you up and running with VB .NET in no time. To shorten the learning curve for experienced VB 6 programmers, this book contains dozens of special notes describing the differences between the old and the new ways of doing things. Mastering Visual Basic .NET thoroughly covers the development environment, language elements, object-oriented programming, and the .NET framework, along with such advanced topics as database programming and web programming. It's everything you need to become a VB .NET expert.

From the Publisher
Mastering Visual Basic .NET is the update to the best-selling Mastering Visual Basic 6, by Evangelos Petroutsos. Because of the enormous changes introduced by .NET, Petroutsos has rewritten his book from the ground up. In contrast to some other large VB.NET books, Petroutsos is the only author of the Mastering. For the reader, the benefit is a unified author voice and continuity in the examples, which is not found in many other big books on VB. And the examples are not trivial. Instead of using simplistic examples to demonstrate isolated points, Petroutsos shows actual applications and ties them together.

The book goes into highly specific detail about topics given short shrift in other books. For example, Petroutsos goes beyond showing you how to populate an array; he also shows how to save the array to a disk file. In the printing chapter, he doesn’t just show how to print a few lines of text; he shows how to print a text file (including the logic to break long lines), and how to print tabular data and bitmaps.

Mastering Visual Basic .NET is the perfect book for upgraders from VB6 and includes special “VB6 to VB.NET” sidebars throughout, which highlights special points for upgraders. The book is suitable for beginners who have had some programming experience, but goes well beyond the basics, covering Windows Forms, Web Forms, and database programming with ADO.NET. Readers who want more in-depth coverage of database and Web programming can go on to Mastering Visual Basic .NET Database Programming (by Petroutsos and Asli Bilgin) and Mastering ASP.NET with VB.NET (by Russell Jones).

See all Editorial Reviews


Product Details


Inside This Book (learn more)



Books on Related Topics (learn more)
 
 

Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
Check the boxes next to the tags you consider relevant or enter your own tags in the field below.
(1)

Your tags: Add your first tag
 
Help others find this product — tag it for Amazon search
No one has tagged this product for Amazon search yet. Why not be the first to suggest a search for which it should appear?

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

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

 
5 of 5 people found the following review helpful:
5.0 out of 5 stars Unequaled!, January 17, 2002
By A Customer
I've been trying my hand and programming for a couple of years now, and have picked up the basics of Perl and Delphi. I was always tempted to use VB6, mostly due to the massive volume of books and other resources dedicated to it -- but I never found a newbie book that I could read all the way through. The books I tried typically covered specific concepts well (i.e., syntax, controls, events, procedures, etc.), but failed to tie everything together to show me how to build a sophisticated application. Couple that with code errors and writing that failed to "grip" me, and I was left with several half-read volumes and no real desire to use VB.

With this book, and the incredible changes to VB that come with .NET, all that's changed. This book starts with an awesome overview of the IDE, including in Chapter 2 a walkthrough of two relatively simple programs that demonstrate how applications are built in VB .NET. The author walks you through the creation of a loan calculator, then a math calculator, all the while explaining the components used, how to code them, and how to run, debug, and build your project with the VS .NET tools. If that weren't enough, you learn to combine these projects in a multiple form solution in which you create a separate form that can call the forms created in the first two projects. Finally, the author shows how to create the loan calculator project as a web application. This is all pretty amazing stuff, and it's all in Chapter 2! While some concepts aren't thoroughly detailed, the author notes where you can learn more about each topic in subsequent chapters of the book. So, if the material in Chapter 2 is too difficult to grasp the first time around, jump to Chapters 3 and 4, where the VB .NET language is introduced, and then come back to Chapter 2 after you've learned more about the language and how it works.

This book is a masterpiece -- it is clearly written, and all the code samples I've tried have worked. Although the text claims that some programming experience is required, I think a smart, curious reader will be able to learn how to program from this book -- the above-described Chapter 2, for example, teaches more about programming in VB than some entire books on the subject. If you're a complete newbie and the material is daunting, try one of Greg Perry's beginning programming books to get your feet wet, then come back to this to learn VB .NET.

I agree with other reviewers who say that web apps get slightly short shrift -- web apps are covered, but this book is definitely geared more toward desktop apps. For me, that's no criticism, and I agree that web programming in VB .NET could be a separate volume all together.

In short, this book is one of the best I've ever seen on programming in general, and I've yet to see a better volume on VB .NET, especially for beginner to intermediate programmers.

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



 
4 of 4 people found the following review helpful:
1.0 out of 5 stars Put this one back, July 10, 2003
By A Customer
I found this book to be riddled with errors both in the text and the programming examples. The exercises left out key information and required additional debugging and programming just to make them work correctly. Several of his screen examples did not display the correct information and were misleading. Other screens examples might have been semantically correct, but were not correct within the context they were presented.

In my opinion the book also presented the information backwards, the concept of creating custom controls and such was covered in the beginning of the book while database access and file access were covered at the end.

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



 
3 of 3 people found the following review helpful:
4.0 out of 5 stars Brent, October 11, 2002
By Brent Richards (Newport Beach, ca United States) - See all my reviews
This is definatly a good beginners book for visual basic .net. You don't need to know anything about programming at all to get started. It covers all the commonly used controls and objects. As far as the word "Mastering" in the title, I'm not so sure. It gives you just enough to get by, then you need something else to get further.. For that I recommend Troelsen's Visual Basic .NET an advanced guide. For beginning and intermediate VB programmers this is a GREAT book, everyone else take the other.
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

3.0 out of 5 stars Great Book - Poor Coding Style
The book is great once you know your way around. However, the coding style is very poor. It looks more like code for VB6ers who are too dumb or too lazy to switch to . Read more
Published on September 3, 2005 by AngryCoder

3.0 out of 5 stars Not for beginners, not for experts.
I'm an intermediate programmer having worked sporadically in a variety of Object Oriented languages (Java, C++ etc.). I have to ramp up very quickly in order to do a VB. Read more
Published on March 1, 2005 by Thomas B. Bolton

5.0 out of 5 stars Easy to understand. Great for beginners
Unlike so many programming books this one is relatively easy to understand. Even if you don't have any programming experience. Read more
Published on November 14, 2004 by Gigi

4.0 out of 5 stars The good, the bad, and the beautiful
This is an excellent book for beginners or intermediate programmers.
Good points:
This book explains subjects that most other books on VB .Net ignore. Read more
Published on July 7, 2004 by Prof J. R. Allen

5.0 out of 5 stars Excellent book. as an introduction to Visual Basic.Net
This is really an excellent book if you want a very good introduction to the basics of Visual Basic.Net. The book is good read, good examples, very comprehensive. Read more
Published on September 14, 2003 by Maamoun Khalil

3.0 out of 5 stars 'ware: tread lightly.
Evangelos Petroutsos, Mastering Visual Basic.NET (Sybex, 2002)

It's hard to rate such a multiple-personality book as this one. Read more

Published on August 11, 2003 by Robert P. Beveridge

3.0 out of 5 stars Anything but "Mastering"
After reading this book, I still had to read two more to get real world applications developed.

This book could be usefull for an absolute beginner, but even if you had never... Read more

Published on July 29, 2003 by Sergio Romero

5.0 out of 5 stars Keep this one handy
I bought the book, I'm glad I bought it, and it's more than paid for itself. It's geared toward beginners but there's a lot of material, A LOT, that will be of benefit to... Read more
Published on December 18, 2002 by William G Ryan

5.0 out of 5 stars A Must-Have for any VB.NET Programmer
No matter who you are, Visual Basic .NET is as new to you as it is to anyone else. Even those of us that have explored it since it was first released to the public for beta... Read more
Published on November 8, 2002 by Jase T. Wolfe

5.0 out of 5 stars A Cool book
I read and I can say: "The book is wonderful".
Translate it to portuguese! All brazilians developers are waiting for it!
Published on October 4, 2002 by Cleorbete Santos

Only search this product's reviews



Customer Discussions

 Beta (What's this?)
New! See all customer communities, and bookmark your communities to keep track of them.
This product's forum (0 discussions)
  Discussion Replies Latest Post
  No discussions yet

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

   


Product Information from the Amapedia Community

Beta (What's this?)



Look for Similar Items by Category


Get to Know TomTom ONE XL

TomTom ONE XL at Amazon.com
With its widescreen, Bluetooth compatibility, and turn-by-turn directions, your new travel buddy is the TomTom ONE XL.

Shop all TomTom

 

Big Savings in Books

Bargain Books
Find great titles at fantastic prices in our Bargain Books Store.
 

Dive into Summer Reading

Summer Reading for Kids and Teens
Don't even think about hitting the beach without browsing the books in our Summer Reading Store. Discover bestsellers, paperback picks, beach reads, and more terrific titles all summer long.
 

Up To 50% Off Makeup Brands

Stila Gift of Glaze
Get up to 50% off makeup from Avon, Lancome, Estee Lauder, and more.

Shop all makeup

 

 

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.


Where's My Stuff?

Shipping & Returns

Need Help?

Your Recent History

  (What's this?)
You have no recently viewed items or searches.

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

Look to the right column to find helpful suggestions for your shopping session.

Continue shopping: Top Sellers
Glenn Beck's Common Sense
Glenn Beck's Common Sense
Darkfever
Darkfever by Karen Marie Moning
The Adventures of Sherlock Holmes
The Adventures of Sherlock Holmes by Arthur Conan, Sir, 1859-1930 Doyle

Conditions of Use | Privacy Notice © 1996-2009, Amazon.com, Inc. or its affiliates