Professional VB.NET, Second Edition and over 360,000 other books are available for Amazon Kindle – Amazon’s new wireless reading device. Learn more

32 used & new from $0.01

Have one to sell? Sell yours here
 
 
Professional VB.NET, 2nd Edition
 
 
Start reading Professional VB.NET, Second Edition on your Kindle in under a minute.

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

Professional VB.NET, 2nd Edition (Paperback)

~ Fred Barwell (Author), Richard Blair (Author), Jonathan Crossland (Author), Richard Case (Author), Bill Forgey (Author), Whitney Hankison (Author), Billy S. Hollis (Author), Rockford Lhotka (Author), (Author), John C. Roth (Author)
3.7 out of 5 stars  See all reviews (14 customer reviews)


Available from these sellers.


9 new from $8.23 23 used from $0.01

Formats

Amazon Price New from Used from
  Kindle Edition, March 31, 1902 $47.99 -- --
  Paperback, April 29, 2002 $10.11 $10.11 $2.62
  Paperback, April 2002 -- $8.23 $0.01

Customers Who Bought This Item Also Bought

Programming VB .NET: A Guide for Experienced Programmers

Programming VB .NET: A Guide for Experienced Programmers

by Gary Cornell
4.0 out of 5 stars (23)  $32.85
Beginning Visual Basic 2005

Beginning Visual Basic 2005

by Thearon Willis
3.7 out of 5 stars (33)  $26.39
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)  $31.49
Pro VB 2005 and the .NET 2.0 Platform, Second Edition

Pro VB 2005 and the .NET 2.0 Platform, Second Edition

by Andrew Troelsen
4.8 out of 5 stars (6)  $37.79
Beginning VB 2008 Databases: From Novice to Professional (Beginning: from Novice to Professional)

Beginning VB 2008 Databases: From Novice to Professional (Beginning: from Novice to Professional)

by Vidya Vrat Agarwal
2.8 out of 5 stars (6)  $30.34
Explore similar items

Editorial Reviews

Product Description

Written and tested for the final release of .NET v1.0, this book explains the underlying philosophy and design of the .NET Framework and Common Language Runtime, and details the differences between Visual Basic 6 and Visual Basic .NET.

VB.NET is covered virtually from start to finish: beginning with an overview of the .NET Framework, and ending with best practices for deploying .NET applications. In between, everything from database access to integration with other technologies such as XML is covered. Each of these new features are investigated in detail. You will see that VB.NET has emerged as a powerful yet easy to use language that allows developers to target the Internet just as easily as the desktop.

You will learn how to:

- Develop applications and components using Visual Studio .NET

- Effectively apply inheritance and interfaces when designing objects and components

- Organize your code using namespaces

- Handle errors using the Try...Catch...Finally structure

- Access data using ADO.NET and bind controls to the underlying data sources

- Create Windows applications and custom Windows controls

- Interoperate with COM and ActiveX components

- Create transactional and queuing components

- Use .NET Remoting to exchange serialized objects between clients and servers

- Create Windows Services

- Use Visual Basic .NET to access information on the Web

- Create and consume Web Services

- Secure your applications and code using the tools provided in the .NET Framework SDK

- Arrange your applications and libraries in assemblies and deploy them using Visual Studio .NET



From the Publisher

This book is primarily aimed at experienced Visual Basic developers who are looking for an introduction to Visual Basic .NET and the .NET Framework.

Product Details

  • Paperback: 1012 pages
  • Publisher: Wrox Press; 2nd edition (April 2002)
  • Language: English
  • ISBN-10: 1861007167
  • ISBN-13: 978-1861007162
  • Product Dimensions: 9.3 x 7 x 2.1 inches
  • Shipping Weight: 3.5 pounds
  • Average Customer Review: 3.7 out of 5 stars  See all reviews (14 customer reviews)
  • Amazon.com Sales Rank: #881,383 in Books (See Bestsellers in Books)

More About the Author

Tim McCarthy
Discover books, learn about writers, read author blogs, and more.

Visit Amazon's Tim McCarthy Page

Look Inside This Book
Browse Sample Pages:
Front Cover | Back Cover

Citations (learn more)
1 book cites this book:

What Do Customers Ultimately Buy After Viewing This Item?


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
 

 

Customer Reviews

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

 
17 of 18 people found the following review helpful:
5.0 out of 5 stars Excellent guide for experienced visual basic programmers, May 7, 2002
By Robert T Darbinson (New Orleans, USA) - See all my reviews
As someone who has spent over five years as a professional Visual Basic programmer I don't want to throw away all my knowledge when I move to VB.NET. Fortunately, this (big) book doesn't bother teaching you programming from scratch (you should definitely look elsewhere if you're a complete beginner) but will help you make sense of not only what's changed in the move from VB6 to VB.NET (a lot!) but also what you can take with you from VB6 (a surprisingly large amount actually). This means that you don't have to spend your time working through stuff like "this is a variable", "this is an if statement". Instead the book gets stuck into what makes the .NET Framework and Common Language Runtime tick - and explains how you can relate all of it to VB6.

The first third of the book serves as a reference to the VB.NET language - syntax, error handling, objects, inheritance, interfaces, and the differences between variables and types. While this means that you don't get to create many exciting applications early on it does mean that you have a thorough grounding in the essentials of the language.

Then the rest of the book takes a look at the most important features of .NET in turn: ADO.NET, XML, Windows Forms, Web Services, Data Binding, Remoting, Networking, Threading, Security, Web Forms, etc. You won't be an expert in any of these areas after you've read the book but you will have a much better idea of what VB.NET is capable of and how to get started using the advanced features of the .NET Framework Class Library.

Although there are a lot of authors that wrote on this book, which can spell trouble in my experience, the editors have managed to maintain a consistent voice throughout and there's surprisingly little overlap between chapters. Well worth the money.

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



 
14 of 15 people found the following review helpful:
5.0 out of 5 stars A must for the experienced Visual Basic developer!, October 17, 2002
This book is for experienced developers who need to make the transition to VB.NET. It will also help programmers with previous knowledge of VB.NET who want to move up to the professional level.

The book begins with an introduction to the .NET Framework and common language RunTime(CLR). The CLR is responsible for managing the execution of code compiled for the .NET platform. The next few chapters focus on object oriented programming and how to derive classes from base classes using inheritance. Chapter 9 gives a detailed discussion on how error handling works in VB.NET by discussing the CLR exception handler in detail and the new Try...Catch...Finally structure. An entire chapter is devoted to multi-threading. You will learn how threads can be created, and the differences between multitasking and multi-threading. Chapter 16 discusses COM and .NET component interoperability, and the tools provided to help link the two technologies together. Chapter 18 gives detailed coverage of the ADO.NET data access technology. You will learn how to build flexible, fast, and scalable data access objects and applications.

The final chapters discuss building web applications with web forms, creating custom controls for Windows Forms and Web Forms, and finally, creating and consuming Web Services.

If you're an experienced VB developer and would like to make the transition to VB.NET, then this book is a must.

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



 
13 of 14 people found the following review helpful:
5.0 out of 5 stars Full of useful information, May 17, 2002
By Terence Black (Kettering, Ohio, USA) - See all my reviews
This is a huge book (just short of a thousand pages) and it's packed full of really useful information. It covers all the important parts of the .NET Framework Class Library - Win Forms, Web Forms, ADO.NET, XML, Web Services and more - as well as the syntax and new features of Visual Basic .NET.

With so much to cover the book has to keep up a decent pace, which means that the authors assume that you've got experience of working with Visual Basic 6. If you're new to programming then you'll want to look elsewhere.

For VB6 programmers this book is great value.

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 Neither a good learning tool nor a good reference.
This book has disappointed me one too many times so I'm going to finally write the review I've been wanting to. Read more
Published on July 22, 2005 by Joseph E. Sneed III

5.0 out of 5 stars What you need to develop a professional application
I`m really happy that I've purchased this book.
Actualy I`m a self-learned VB 6 programmer; after having finished about how to program VB. Read more
Published on May 13, 2004 by Nommie KASHANI

5.0 out of 5 stars nice and clear to the point.
This is not a book for beginners who are new to VB world. This book explains the differences (improvements) from VB6.0 to VB.NET. Read more
Published on April 6, 2004

1.0 out of 5 stars Unprofessional VB.NET
Good book if you want to find how to apply VB.NET in different areas. BUT if you want to know VB.NET itself, don't waste your time, it should be the last book in your list.
Published on March 24, 2004 by Pasha

5.0 out of 5 stars Professional VB.Net
The .Net platform has undoubtedly revolutionized the world of software development, whether web based or traditional windows. Professional VB. Read more
Published on May 17, 2003

5.0 out of 5 stars Awesome reference
Like many a Wrox book, this one is packed full of information, plenty of examples, and more than just the simple stuff. Read more
Published on February 24, 2003 by G. Harris

1.0 out of 5 stars One of the worst written books
I wonder how some have given good ratings to this book. I was fooled by their rating. The more I think abt this book the more it pains me. It really lacks professionalism. Read more
Published on February 15, 2003 by stevanrin

4.0 out of 5 stars A good book with some errors
Like others have already reviewed this is an useful book for experienced VB6 developers. I do find some errors in the book. So, you have to use it with caution.
Published on December 25, 2002 by Peter Ng

4.0 out of 5 stars Updated - Ready for Visual Studio v1.0
Wrox has reworked the second edition to now work with the Release of .Net and Vsual Studio v1.0. They have obviously been looking at the feedback from customers and have... Read more
Published on May 8, 2002 by Mr David W Schultz

1.0 out of 5 stars Horribly written!!!
I expected something better from a Wrox book. Recently all their books seem to be taking a dive. What I don't like about this book is that I'm already past page 100 and *still*... Read more
Published on May 4, 2002

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




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.