AnyBook4Less.com
Find the Best Price on the Web
Order from a Major Online Bookstore
Developed by Fintix
Home  |  Store List  |  FAQ  |  Contact Us  |  
 
Ultimate Book Price Comparison Engine
Save Your Time And Money

Professional VB.NET 2003, 3rd Edition

Please fill out form in order to compare prices
Title: Professional VB.NET 2003, 3rd Edition
by Bill Evjen, Billy Hollis, Rockford Lhotka, Tim McCarthy, Jonathan Pinnock, Rama Ramachandran, Bill Sheldon
ISBN: 0-7645-5992-3
Publisher: Wrox
Pub. Date: 07 June, 2004
Format: Paperback
Volumes: 1
List Price(USD): $49.99
Your Country
Currency
Delivery
Include Used Books
Are you a club member of: Barnes and Noble
Books A Million Chapters.Indigo.ca

Average Customer Rating: 3.06 (17 reviews)

Customer Reviews

Rating: 5
Summary: Everything about VB.NET
Comment: I always loved while working with VB 6.0. Right from the release of Visual Studio .NET, I was mainly looking to learn more about VB .NET. I have read a lot about the changes about ASP .NET when compared with classic ASP and I was really keeping my ears open to know about the changes that took place in VB .NET when compared to its predecessor. Well, I ended up in reading this book "Professional VB .NET" written by 14 well known authors.

Simple Statistics
Author(s): Fred Barwell, Richard Blair, Richard Case, Jonathan Crossland, Bill Forgey, Whitney Hankison, Billy S.Hollis, Rockfort Lhotka, Tim McCarthy, Jonathan Pinnock, Matthew Reynolds, John Roth, Bill Sheldon, Scott Short, Jan Narkiewicz, Rama Ramachandran and Bill Sempf.

Publisher: Wrox Pages: 943 Chapters: 25

Table of Contents
Chapter 1: Why Do We Need Microsoft .NET?
Chapter 2: An Overview of New Features In VB.NET
Chapter 3: A First Look at a VB.NET Program
Chapter 4: Visual Studio.NET Integrated Development Environment
Chapter 5: The Common Language Runtime
Chapter 6: Variables and Types
Chapter 7: Namespaces
Chapter 8: Windows Forms
Chapter 9: Error Handling
Chapter 10: Creating Windows Controls
Chapter 11: Object Syntax Introduction
Chapter 12: Inheritance and Interfaces
Chapter 13: Applying Objects and Components
Chapter 14: Assemblies
Chapter 15: Threading
Chapter 16: Working with Classic COM and Interfaces
Chapter 17: Comopnent Services
Chapter 18: Data Access with ADO.NET

Chapter 19: Using XML in VB.NET
Chapter 20: Web Forms
Chapter 21: Creating Web Controls
Chapter 22: Web Services in VB .NET
Chapter 23: Windows Services
Chapter 24: Deployment in .NET
Chapter 25: Security in the .NET Framework
Appendix A: Using the Visual Basic Compatibility Library

Who is this Book for?

This book is primarily aimed at experienced Visual Basic developers. Particularly, it is for those who need to make the transition to VB .NET and want more detailed and up-to-date information.

An insight into some of the Chapters

This books starts with an overview of Microsoft .NET and just how much it changes application development. Understanding these concepts is essential to using VB.NET in the most effective manner. In Chapter 2, the book discusses about the major changes in VB.NET when compared to VB 6.0. If you want to compare VB 6.0 and VB .NET you should read this chapter.

Chapter 5 (The Common Language RunTime) is awesome. This has some serious discussions about the evolution of .NET. This chapter also talks about, how Garbage Collector works in VB .NET. In a nut shell, this chapter covers all aspects of VB .NET that you should know. Chapter 6 and 7 discusses about datatypes and Namespaces respectively. Namespaces encapsulate the very building blocks of .NET. Chapter 7 has all about Namespaces. Well, upto Chapter 7, the book gives us an over all idea about the new VB .NET. In the coming chapters, it takes us to the real world of VB .NET.

Windows Forms is discussed in Chapter 8. It teaches you how you can create forms in VB .NET. The new cool feature of VB .NET is its error handling. We have a new error handling mechanism, which is called as "Exception Hanldler". Chapter 9 describes the new error handling methods. The highlight of this book is yet to come. Chapter 10 takes you to world of creating "Custom Windows Controls".

In earlier versions, VB 6.0, it was really hard time for developers to keep track of the versions of the Component that we are developing. Registering a component, unregistering a component, change in compatibility blah blah blah. Now with VB.NET, versioning is very simple. Chapter 14 has an overview of, how versioning is done in VB.NET.

Tell me any business who do not work with storing and retrieval of information. Data Access with ADO.NET is discussed in chapter 18. You also get to know about working with XML in "Using XML in VB.NET". We also have a chapter which goes through about creating a Web service, how to consume a Web Service.

Creating a Windows Service is very easy with VB.NET. We can easily create Windows Services by creating an application that is installed as a service. For example, suppose we want to monitor for files in a directory and react to the data in those files. We could write a Windows Service application that waits for those files, extracts the information and then starts another process to use that data. The chapter 23, "Windows Services", has some good examples about creating a File monitor, writing events using E-mail and creating a Remoting Service. This chapter also discusses about how to debug a Service. This chapter is really awesome.

In Appendix A, we have a great discussion about the compatibility library. This library will assist in the conversion of existing code, as well as providing backward compatibility and support for developers who are transitioning to the new version.

I find only good things with this book. It has everything that a experienced VB developer should know. You can very well add this book to your collection.

Rating: 2
Summary: Too many cooks...
Comment: ...spoil the soup. The combined regurgitation of 17 authors, each with their own programming style and unorthodox naming conventions makes for a very confusing book. The proofing on this book is absolutely miserable. You had better be a professional developer to get past the myriad of errata in the sample code and text.

All in all, the book does provide a decent jumping off point from which to explore the world of VB.Net. Don't expect a definitive manual, though. If you want that, read the online documentation for Visual Studio.Net. In many ways it is far superior and certainly the last word. I did read this book cover to cover and worked through all the examples. Thankfully, I was able to pick out and fix the errors in the code. A less experienced developer may become quickly frustrated with this book.

The examples are often academic and rarely provide any real-world insight into the intricacies of application development. Another frustrating point is the continued use of the phrase "...we'll explain that later in chapter 'XX'...". In some cases this phrase is used several times in one paragraph. It points to a lack of organization and planning as to how the material should have been presented. You should rightly be very suspicious about a book that was written well before the actual release of the .Net SDK. I think it would be safe to say that as a result, none of the authors have written production .Net code. And from the look of some of their examples, God help their clients.

Overall rating: disappointing. Would I buy it? Probably not. I was able to get my hands on one of several copies floating around at one of my client sites. If you have the ability to borrow it, do so and save yourself the $40. Otherwise, just skip it and read the online documentation that comes with the product.

Rating: 5
Summary: Best book so far for VB.NET
Comment: I'd say this is the best Professional VB.NET book so far. I like the the ADO.NET part and VB control part of this book. Better than O'really ASP and VB book.

Similar Books:

Title: Beginning VB.NET (Programmer to Programmer)
by Richard Blair, Jonathan Crossland, Matthew Reynolds, Thearon Willis
ISBN: 0764543849
Publisher: Wrox
Pub. Date: 22 August, 2002
List Price(USD): $39.99
Title: Professional ASP.NET 1.1 (Programmer to Programmer)
by Alex Homer, Dave Sussman, Rob Howard, Brian Francis, Karli Watson, Richard Anderson
ISBN: 0764558900
Publisher: Wrox
Pub. Date: 22 March, 2004
List Price(USD): $49.99
Title: 101 Microsoft Visual Basic .NET Applications
by Sean Campbell, Patrick Barnes, Sean Campbell, Bob Carver, Kris Horrocks, Jim Pragit, Oz Rugless, Scott Swigart
ISBN: 0735618917
Publisher: Microsoft Press
Pub. Date: 28 May, 2003
List Price(USD): $39.99
Title: Beginning ASP.NET 1.1 with VB.NET 2003 (Beginning)
by Chris Ullman, John Kauffman, Chris Hart, David Sussman
ISBN: 0764557076
Publisher: Wrox
Pub. Date: 29 December, 2003
List Price(USD): $39.99
Title: Professional VB.NET, Second Edition
by Fred Barwell, Richard Case, Bill Forgey, Billy Hollis, Tim McCarthy, Jonathan Pinnock, Richard Blair, Jonathan Crossland, Whitney Hankison, Rockford Lhotka
ISBN: 0764544004
Publisher: Wrox
Pub. Date: 30 April, 2002
List Price(USD): $59.99

Thank you for visiting www.AnyBook4Less.com and enjoy your savings!

Copyright� 2001-2021 Send your comments

Powered by Apache