See buying choices for this item to see if it's one of the millions that are eligible for Amazon Prime.

35 used & new from $0.84

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

Don’t have a Kindle? Get yours here.
 
  

Programming Visual Basic .NET (Paperback)

by Dave Grundgeiger (Author)
4.2 out of 5 stars See all reviews (6 customer reviews)


Available from these sellers.


11 new from $2.19 24 used from $0.84
There is a newer edition of this item:
Programming Visual Basic .NET, 2nd Edition Programming Visual Basic .NET, 2nd Edition 3.8 out of 5 stars (9)
$35.95
In Stock.

Editorial Reviews

Amazon.com Review
Suitable for Visual Basic programmers of all levels, Programming Visual Basic .NET is a solid, one-volume tutorial of basic and advanced features, with good coverage of new support for Web development. Whether you have been working with VB for years or are coming to VB .NET from another language, this book's no-nonsense tour will get you working with VB .NET with a minimum of hassle.

This title's compact format has to be one of its most appealing features. After covering the basics of what's new in VB .NET, the author digs in with a fast-moving, authoritative tour of all essential language features in the new version. This language tutorial really shines as it covers topics such as basic language statements, data types, and variables and defining classes using properties, methods, and inheritance (and more advanced bells and whistles). Short code excerpts illustrate just how to program quickly, and many readers will find this material useful as a reference for day-to-day questions about specific language features as they come up in real projects.

Of course, .NET has a brand-new set of APIs too. The author concentrates on basic Windows Forms and Web forms programming. The section on basic database ADO.NET (including bound controls) is a standout and will get you started with these essential programming APIs. Coverage of Web services will put using this new approach to building distributed systems within reach of many readers. (Here, the author provides some advice for creating effective distributed Web services.)

By focusing first on the language itself, this book will help virtually anyone get started with the latest version of Microsoft's most popular programming language without getting bogged down in the many details of the .NET platform. With plenty of detail for the expert, yet entirely approachable for the beginner, this title will serve both as a reference and a tutorial for getting onboard with this new version. It provides a valuable and timely resource for the aspiring VB .NET developer. --Richard Dragan

Topics covered: Introduction to the .NET framework and Visual Basic; in-depth tutorial to VB .NET (including keywords, data types, operators, and expressions, classes, interfaces, exception handling, delegates and events); the Common Language Infrastructure (CLI), the Common Type System (CTS), garbage collection, overview of built-in .NET namespaces; Windows Forms, building MDI applications, basic graphics programming with GDI+, using common controls, menus, event handling, basic Web development with VB .NET (server controls, validation, maintaining state and application-level settings); creating custom controls, Web services (including WSDL and discovery), ADO.NET database programming (SQL Server and OLE DB APIs compared, the DataSet and DataReader classes, grid controls); references to .NET attributes, exceptions, and math functions.

Product Description
Published just in time for the first release of Visual Studio .NET, Programming Visual Basic .NET is the complete guide to application development using Visual Basic .NET. Targeted at programmers with some priorprogramming experience, the book covers the major areas of application development for Microsoft's new .NET platform. After starting with the traditional "hello world" application, the book discusses the two basic building blocks of any .NET application built with Visual Basic--the Visual Basic .NET programming language and the .NETFramework. The remainder of the book focuses on the three major kinds of applications that can be developed with the .NET Framework: Windows Forms applications, ASP.NET applications, and web services. In each case, the book shows you how to build an application using Visual Studio .NET as well as using a text editor and the Visual Basic command-line compiler.


Product Details

  • Paperback: 446 pages
  • Publisher: O'Reilly; 1 edition (December 15, 2001)
  • Language: English
  • ISBN-10: 0596000936
  • ISBN-13: 978-0596000936
  • Product Dimensions: 9.1 x 7 x 1 inches
  • Shipping Weight: 1.6 pounds
  • Average Customer Review: 4.2 out of 5 stars See all reviews (6 customer reviews)
  • Amazon.com Sales Rank: #1,554,447 in Books (See Bestsellers in Books)

Look Inside This Book

Tag this product

 (What's this?)
Think of a tag as a keyword or label you consider is strongly related to this product.
Tags will help all customers organize and find favorite items.
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

6 Reviews
5 star:
 (4)
4 star:    (0)
3 star:
 (1)
2 star:
 (1)
1 star:    (0)
 
 
 
 
 
Average Customer Review
4.2 out of 5 stars (6 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 Great Comprehensive Book, April 4, 2002
By A Customer
Excellent book with a comprehensive view of using VB.NET to develop Windows-based and Web-based solutions, including Web services.

The second chapter in the book, "The Visual Basic .NET Language" was particularly helpful with an in-depth view of the VB.NET language constructs and keywords. The third chapter explains the .NET CLR, assemblies, garbage collection and other concepts new to .NET very clearly.

This book is excellent for programmers moving from classic VB to VB.NET, people new to the VB.NET language, and as a language reference for more advanced users.

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



 
7 of 8 people found the following review helpful:
2.0 out of 5 stars Good book...not great, March 12, 2002
By ueberhund "ueberhund" (Salt Lake City, UT United States) - See all my reviews
While this book does contain a little bit for everybody, it's not presented as well as in some other books. Some great explanations and examples, but most are at a very introductory level.

The chapter on ASP.NET is well organized, and everyone interested in using ASP.NET will learn something. There is a great section on data validation and a clear explanation on how to use the Application, Session, and Cookie objects. ASP developers should have little trouble ramping up to ASP.NET quickly. Be aware that the coverage of ADO.NET is sketchy at best.

All in all, Programming Visual Basic .NET is a good book. Not the best book you'll ever read on the subject, but a good beginning level book. If you've every had any experience with Visual Basic or ASP, most of the examples will be very easy to pick up on. However, you'll want to pick up at least one additional book to cover some of the gaps left by this book.

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



 
4 of 4 people found the following review helpful:
5.0 out of 5 stars An Excellent VB.NET Guide and Reference, April 20, 2002
By "codedom" (Madison, WI) - See all my reviews
Programming Visual Basic .NET does an excellent job of covering all of the language elements and associated .NET framework topics that a developer will need to become an effective VB.NET programmer. This book is successful by getting straight to the point and tackling the issues that programmers need to understand the new language, how it fits in with the .NET framework, and how it differs from Microsoft's previous incarnations of Visual Basic.

In the early chapters Dave covers all of the important VB.NET language constructs and the .NET framework with a clear tone and effective examples. The chapters on Windows Form development are particularly helpful in understanding GUI programming in the language, and how to take advantage of the many new features in .NET including control docking and anchoring, and menu programming. He covers both using the tools in Visual Studio.NET, as well as exploring the creation of Windows Forms through code. This type of in depth information is very helpful for any developer who really wishes to know and understand what's going on behind the scenes of Windows Forms.

The later chapters are similarly well presented and explain the important aspects of additional technologies of the .NET Platform that are central to successful application development. The chapter on ASP.NET does a great job of explaining user controls, form validation, and security in ASP.NET. I've found this information critical in designing solutions that target the web. While the chapter on ADO.NET is perhaps not as comprehensive as the rest, I found the information to be quite helpful and informative enough to implement complete data access solutions. Similarly, the chapter on programming web services in VB.NET has been a great help in understanding how web services function, and their importance in communications across the internet.

Overall I find this book to be a great introduction to the Visual Basic .NET language itself, as well as a great tool for understanding how to use Visual Basic .NET to harness many of the exciting features of the .NET platform.

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


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

5.0 out of 5 stars Excellent Introduction to core .NET topics
I've only read the first 100 pages but I've seen a number of important examples where the author distills key concepts in a few pages or even paragraphs that would take other... Read more
Published on February 13, 2006 by xman

5.0 out of 5 stars Clear, comprehensive guide
This book does a great job helping existing programmers move into .NET quickly. The book's organization of topics and sample applications are also great. I'd recommend it highly.
Published on March 12, 2002

3.0 out of 5 stars OK book, but there are better books
This is an OK book but there are better books. The treatement of the essential language issues isn't very good: for example, Cornell's book is *much* much better at teaching the... Read more
Published on February 14, 2002 by The Geek

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]

   
Related forums


Product Information from the Amapedia Community

Beta (What's this?)

Listmania!


Look for Similar Items by Category


Storm Warning

Black & Decker Storm Station
Buy the Black & Decker Storm Station--an all-in-one emergency power source, radio, and flashlight--for the unbelievably low price of $119.99.

Shop the Power Tools Store

 

Best Books of 2008

Best of 2008
Find our top 100 editors' picks as well as customers' favorites in dozens of categories in our Best Books of 2008 Store.
 

A Lawn Isn't Finished Till It's Trimmed

Shop for string trimmers
While your lawn mower may do most of the cutting, it's your string trimmer that gives your lawn that manicured look. Get one today.

Shop for string trimmers

 
Shop for Home Improvement Products
Increase Property Value Through Home ImprovementShop the Home Improvement Store for deals on a wide variety of tools, hardware, and supplies for all your renovation needs.
 
Ad

 

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
Free
Free by Chris Anderson
Paranoia
Paranoia by Joseph Finder
My Soul to Lose
My Soul to Lose by Rachel Vincent
Glenn Beck's Common Sense

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