From Amazon.com
Aimed at the reader with some previous programming experience who wants to know VB.NET in detail,
Professional VB.NET digs in deeply to the latest version of the popular tool, with plenty of coverage of advanced topics. With in-depth advice for using VB.NET as a true object-oriented language, plus coverage of the inner workings of the .NET Framework itself, this book delivers a thorough and wide-ranging tutorial.
The team authorship of this title shows up in a variety of writing styles. Some early sections contain more theoretical material with a tutorial for designing classes with VB.NET, including its full support for inheritance and "classic" object-oriented design concepts like polymorphism. As this text moves forward, it gets more momentum with somewhat less prose and more examples. Standout sections include some fine material on using Windows Forms, plus excellent coverage of properties and visual design options. Coverage of custom controls is very good here and might well justify the price of this book for experts who need to design their own controls. Much of the book zeroes in on standalone application mode, though three solid chapters on Web Forms, custom Web controls, and Web services will get you started with ASP.NET on the Internet. Short code excerpts, rather than whole programs, are the rule here.
With coverage of .NET assemblies and deployment, threading and COM interoperability, experts will find what they need to get legacy COM and ActiveX components to work with .NET, as well as to start deploying .NET applications in the field. This is a title that can be skimmed in stretches to find topics that really solve day-to-day problems, particularly with the thornier areas of object-oriented design in VB (on which it is excellent though somewhat diffuse), plus advanced object-deployment, security, and other low-level details of the new .NET platform. Clearly, the new version of Visual Basic means big changes for all VB developers, but Professional VB.NET can help experienced VB users negotiate this leap successfully and help them get the most out of this new language and platform. --Richard Dragan
--This text refers to an out of print or unavailable edition of this title.
Product Description
What is this book about? Microsoft considers Visual Basic.NET to be the language of choice for applications where developer productivity is a top priority. It offers you the ability to program against the .NET Framework, and the most recent version includes tools for programming today’s hot mobile applications. This code-laden reference covers VB.NET 2003 from start to finish.
These pages help you discover how to apply object-oriented concepts in design and development to create effective business applications. You will be able to access data using ADO.NET, integrate VB.NET with XML, create both Windows applications and Web services, and much more. Finally, you explore best practices for deploying .NET applications and understand the power of VB.NET in development that targets the Internet as easily as the desktop.
What does this book cover?
Here are just a few of the things you'll discover in this book:
- How to create new namespaces and import and alias existing namespaces within projects
- Error-handling methods using the Try...Catch...Finally structure
- How to work with data binding and update the underlying data source in Windows applications
- Methods for developing multithreaded applications
- How .NET Remoting is used to exchange serialized objects between clients and servers
- The differences between Mobile Web and .NET Compact Framework applications
Who is this book for?
This book is for experienced developers who are making the transition to VB.NET or seeking a deeper understanding of the most common VB.NET programming tasks and concepts.