Professional VB.NET, Second Edition and over one million other books are available for Amazon Kindle. Learn more

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, or download a FREE Kindle Reading App.

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), Tim McCarthy (Author), John C. Roth (Author)
3.6 out of 5 stars  See all reviews (13 customer reviews)


Available from these sellers.


Formats

Amazon Price New from Used from
Kindle Edition $47.99  
Paperback $21.83  
Paperback, April 2002 --  

Book Description

Programmer to Programmer April 2002
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


Customers Who Bought This Item Also Bought


Editorial Reviews

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.

From the Back Cover

What you need to know

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

What you will learn from this book

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.

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
--This text refers to an out of print or unavailable edition of this title.

Product Details

  • Paperback: 1012 pages
  • Publisher: Wrox Press; 2nd edition (April 2002)
  • Language: English
  • ISBN-10: 1861007167
  • ISBN-13: 978-1861007162
  • Product Dimensions: 8.6 x 7.3 x 2.2 inches
  • Shipping Weight: 3.6 pounds
  • Average Customer Review: 3.6 out of 5 stars  See all reviews (13 customer reviews)
  • Amazon Best Sellers Rank: #2,677,554 in Books (See Top 100 in Books)

More About the Authors

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

 

Customer Reviews

13 Reviews
5 star:
 (7)
4 star:
 (2)
3 star:    (0)
2 star:    (0)
1 star:
 (4)
 
 
 
 
 
Average Customer Review
3.6 out of 5 stars (13 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 
This review is from: Professional VB.NET, 2nd Edition (Paperback)
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.

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


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 review is from: Professional VB.NET, 2nd Edition (Paperback)
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.

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


9 of 9 people found the following review helpful:
5.0 out of 5 stars Much better than the 1st edition!, April 19, 2002
This review is from: Professional VB.NET, 2nd Edition (Paperback)
This 2nd edition works on the final release of .NET and they've played about with the structure a fair bit. Some of the overlap at the beginning is gone and there are 4 new chapters - remoting, data binding, networking, and windows services. An excellent 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



Inside This Book (learn more)
Browse and search another edition of this book.
First Sentence:
.NET is designed to provide a new environment within which you can develop almost any application to run on Windows (and possibly in the future on other platforms). Read the first page
Key Phrases - Statistically Improbable Phrases (SIPs): (learn more)
custom web controls, web control development, creating web controls, root setup node, active build configuration, loan slicer, connection string format, main application thread, templated control, target list box, being namespace, birth date value, hosting page, code behind the button, windows application project, beep interval, serialize method, extends abstract class, web user controls, add this code, nested content, cyclical references, overridable keyword, compatibility library, child namespaces
Key Phrases - Capitalized Phrases (CAPs): (learn more)
End Sub, Public Class, Visual Basic, End Class, Visual Studio, Web Forms, Get Return, Windows Service, End Get Set, End Try, Click Dim, Integer Dim, Server Explorer, Value As String, Wrox Press, Microsoft Word, Internet Explorer, Started Automatic, Service Control Manager, Protected Sub, Common Language Runtime, Protected Overrides Sub, Source Code Style, Form Private, Task List
New!
Books on Related Topics | Concordance | Text Stats
Browse Sample Pages:
Front Cover | Table of Contents | First Pages | Index | Back Cover | Surprise Me!
Search Inside This Book:

Citations (learn more)



What Other Items Do Customers 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 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


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