Amazon.com: Beginning Visual Basic .NET (9781861004963): Matthew Reynolds, Jonathan Crossland, Richard Blair, Thearon Willis: Books


or
Sign in to turn on 1-Click ordering.
or
Amazon Prime Free Trial required. Sign up when you check out. Learn More
More Buying Choices
Have one to sell? Sell yours here
Beginning Visual Basic .NET
 
See larger image
 
Tell the Publisher!
I'd like to read this book on Kindle

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Beginning Visual Basic .NET [Paperback]

Matthew Reynolds (Author), Jonathan Crossland (Author), Richard Blair (Author), Thearon Willis (Author)
4.1 out of 5 stars  See all reviews (10 customer reviews)

Price: $39.99 & this item ships for FREE with Super Saver Shipping. Details
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 1 left in stock--order soon.
Want it delivered Friday, February 24? Choose One-Day Shipping at checkout. Details

Book Description

October 2001
Visual Basic .NET is the latest version of the most widely used programming language in the world, popular with professional developers and complete beginners alike. This book will teach you Visual Basic .NET from first principles. You'll quickly and easily learn how to write Visual Basic .NET code and create attractive windows and forms for the users of your applications. To get you started on the road to professional development you'll also learn about object-oriented programming, creating your own controls, working with databases, creating menus, and working with graphics.

This book is written in the proven Wrox beginning style with clear explanations and plenty of code samples. Every new concept is explained thoroughly with Try It Out! examples and there are end-of-chapter questions to test yourself.

This book covers:

Installing Visual Basic .NET
How to write Visual Basic .NET code
What the .NET Framework is and why it's important
Controlling the flow through your application with loops and branching structures
Creating useful windows and screens
Creating your own menus
A complete introduction to object-oriented programming
Working with graphics
Creating your own controls
Accessing databases with ADO.NET
Creating applications for the web


Editorial Reviews

From the Publisher

This book is aimed at readers who wish to learn to program using Visual Basic .NET. It assumes you have no prior experience of programming, but moves at a fast enough pace to be interesting if you have programmed in another language.

About the Author

After working with Wrox Press on a number of projects since 1999, Matthew Reynolds is now an in-house author for Wrox, writing about and working with virtually all aspects of Microsoft.NET. He's also a regular contributor to Wrox's ASPToday, C#Today and Web Services Architect. He can be reached on matthewr@wrox.com.

Jonathan Crossland is co-author of "Professional Windows DNA" and a Systems Component Architect for Makoot Ltd. First acting as a promoter for the company and now MD, Jonathan spends a great number of hours with his team promoting web services. Jonathan has worked in the industry for just over 7 years, and works with VB.NET, C#, XML, VB6 and other related technologies. You can contact him at jonathanc@makoot.com.

Richard Blair is an MCSD and member of the Al and Dave fan club. He is currently working as a Consultant specializing in Web development. Rich has used Visual Basic since the Version 2.0 beta, and has been very happy to witness the changes the language has gone through. He has also co-authored Professional ASP XML and Professional VB.NET; both published by Wrox Press Ltd.

Thearon Willis currently works as a senior consultant and develops Intranet applications using ASP, DHTML, XML, JavaScript, VBScript, VB COM components, and SQL Server.


Product Details

  • Paperback: 844 pages
  • Publisher: Wrox Press; 1st edition (October 2001)
  • Language: English
  • ISBN-10: 1861004966
  • ISBN-13: 978-1861004963
  • Product Dimensions: 8.9 x 7.3 x 2.1 inches
  • Shipping Weight: 3.1 pounds (View shipping rates and policies)
  • Average Customer Review: 4.1 out of 5 stars  See all reviews (10 customer reviews)
  • Amazon Best Sellers Rank: #1,613,831 in Books (See Top 100 in Books)

 

Customer Reviews

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

56 of 59 people found the following review helpful:
4.0 out of 5 stars Great Intro!, November 2, 2001
By A Customer
This review is from: Beginning Visual Basic .NET (Paperback)
I'm about half way through this book, and I just wanted to post this initial review.

This is the first true introductory book on VB .NET to hit the market. There are a slew of others in the works, but Wrox got there first, raising inevitable questions about whether they've done another rush, and less than stellar, job (just read some of the reviews of other recent Wrox books , i.e., Professional VB .NET, to see what I mean).

Good news! This book is a great introduction to the latest version of VB. The writing style is truly user friendly, without talking down to readers in the least. The book assumes no prior programming experience, but credits the reader with a fair level of intelligence and some know-how when it comes to operating a pc and using software. These days, that target audience probably hits most of the folks interested in this book.

The book quickly takes off with an introduction to the Visual Studio IDE, and throws out some practice programs just to get your feet wet. This is interesting enough, but if you've already been playing around with Beta 2 and don't have any questions, you may as well proceed to Chapter 2.

Chapter 2 is called Writing Software, and it's a great first step in learning to program. In about 50 pages, the reader gets introduced to algorithms, data types, and functions. The writing is clear and pleasant to read, and the Try It Out samples are well thought out and challenging. Each one introduces a slight twist, or a new feature, with appropriate explanation immediately following. I had to read the section on Functions twice, but doing so really solidified the material for me -- well done!

Chapters 3 and 4 cover, respectively, Control Flow and OOP. Again, these chapters are much like chapter 2 -- they proceed at a fast clip, with not too much in-depth coverage. Where advanced concepts are utilized or referenced, the authors take care to provide a quick explanation and cross-reference to more advanced material later in the book, or to simply state that the concept is not worth worrying about at the beginner's level (I have to trust them on these types of comments, so I really can't say whether they are correct).

The .NET framework isn't introduced until Chapter 5. For me, this was perfect. Many of the more advanced books out there now begin with in-depth discussions of the framework, i.e., defining the CLR, CTS, and CLS. For folks just getting started, I prefer the approach in this book -- let's crank out some code and see how it works ASAP, all the while understanding key syntax requirements and broad programming concepts. Only after this can one truly appreciate a look at what's going on behind the scenes.

As for the more advanced books, I've looked at "Programming Visual Basic .NET" and "Visual Basic .NET and the .NET Platform," both from APRESS. These books are also very well-written, and probably ideal as the next step after the Wrox book. The former is a quick and handy reference to some of the most basic need-to-know info about VB .NET; the latter provides a much denser, in-depth look at the language and platform. Together, I believe they will prove to be invaluable references that will answer most questions for most users, or at least point you in the right direction.

Still, for those just starting out, without experience in any other programming language, Beginning VB .NET is an excellent find. The code samples have all worked for me so far, and the material is never less than clear. I'm interested to see what the Deitels come up with in How To Program Visual Basic .NET -- by far I find their introductory texts the best and most comprehensive. At ..., though, a Deitel book is nearly 2x the cost of the Wrox book. For my money, the Wrox book is the best bet, at least for now.

The only reason I didn't give this book 5 stars is because there are quite a few typos. So far, they've only been in the text, never in code. Still, when I come across a sentence that's clearly missing a word, it just irks me beyond belief. If it happened once or twice, that would be one thing, but it happens often, and the cumulative effect is distracting and annoying.

Otherwise, I'm very happy with this book, and recommend it to beginners before they try to tackle some of the more advanced stuff out there.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


16 of 17 people found the following review helpful:
5.0 out of 5 stars Excellent! Well worth the price, December 28, 2001
By 
-=JLK=- (Chester, Virginia USA) - See all my reviews
Amazon Verified Purchase(What's this?)
This review is from: Beginning Visual Basic .NET (Paperback)
While I have been developing software in other languages for many years, all the hype on .NET got me interested in C# and VB. If you have no experience in VB or just want a tutorial type book that doesn't assume anything then this is the book for you. You don't get the feeling the author is talking down to you but like a good instructor passing on the information needed as well as explaining why things are done based on personal experience. A well written book that seems to cover all the topics needed to get you ready to experiment on your own (which is where all the real learning happens anyway). My experience with this book (I just finished it) makes me confident in my next purchase, the "Beginning VB.NET Databases" book by the same author.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


12 of 13 people found the following review helpful:
5.0 out of 5 stars Generally a good book, February 15, 2002
By 
Obi (Teaneck, NJ United States) - See all my reviews
This review is from: Beginning Visual Basic .NET (Paperback)
I am an intermediate programmer. I decided to introduce myself to the new VB.NET by reading a beginner book. This book had a lot of examples. I actually enjoyed it. However, if you want to learn OOPs, this book is not for you.

Eventually, I will read this book again because of so many code routines that it has which I didn't quite understand the first time I read it. The authors used OOPs in the book without really explaining it in detail.

I recommend this book as a good beginner book.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

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








Only search this product's reviews



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
 

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 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
   


Listmania!


Create a Listmania! list

So You'd Like to...


Create a guide


Look for Similar Items by Category


Look for Similar Items by Subject