|
|
|
|
Team-Fly
|
|
Application Development Using Visual Basic and .NET
By Robert J. Oberg, Peter Thorsteinson, Dana L. Wyatt |
| Table of Contents | |
CopyrightLibrary of Congress Cataloging-in-Publication Data A catalog record for this book can be obtained from the Library of Congress Credits
2003 by Robert J. Oberg, Peter Thorsteinson, and Dana L. Wyatt Published by Pearson Education, Inc. Publishing as Prentice Hall PTR Upper Saddle River, NJ 07458 Prentice Hall books are widely used by corporations and government agencies for training, marketing, and resale.
The publisher offers
Product and company
All rights reserved. No part of this book may be reproduced, in any form or by any means, without permission in writing from the publisher. Printed in the United States of America 10 9 8 7 6 5 4 3 2 1 Pearson Education LTD. Pearson Education Australia PTY, Limited Pearson Education Singapore, Pte. Ltd. Pearson Education North Asia Ltd. Pearson Education Canada, Ltd. Pearson Educacin de Mexico, S.A. de C.V. Pearson Education Japan Pearson Education Malaysia, Pte. Ltd. |
|
|
|
|
Team-Fly
|
| Top |
|
|
|
|
Team-Fly
|
|
|
Application Development Using Visual Basic and .NET
By Robert J. Oberg, Peter Thorsteinson, Dana L. Wyatt |
| Table of Contents | |
Preface
For many
Microsoft's .NET
There is substantial change to the Visual Basic language itself, and VB6 code will not run unmodified in the .NET environment. Also, the new version of the language, Visual Basic .NET, or just VB.NET, is now a fully object-oriented language with features such as interfaces, inheritance, and polymorphism. The result is that there is a definite learning curve when moving to VB.NET from VB6. And learning the new programming language is only part of the challenge. The much greater challenge is learning the .NET Framework and all its capabilities, including Windows Forms, ADO.NET, ASP.NET Web Forms, and Web services.
This book is written for the
The book is part of The Integrated .NET Series from Object Innovations and Prentice Hall PTR. Other books in the series provide a more a more basic introduction to VB.NET, discuss the issues of migrating to VB.NET, and cover other important .NET languages and topics in the Framework. See the front of this book for a list of titles in the series. This book, in substance and structure, is quite close to the companion titles
Application Development Using C# and .NET
and
.NET Architecture and Programming Using Visual C++
. A major difference between those books and this, besides using VB.NET as the language, is
|
|
|
|
|
Team-Fly
|
|
| Top |