Join Books.org — it's free

Object-Oriented Programming in Visual Basic .NET by Alistair McMonnies — book cover
Object-Oriented Programming, Microsoft .NET, Web Services, Other Programming Languages

Object-Oriented Programming in Visual Basic .NET

by Alistair McMonnies
Write a review
Log in to track your reading progress.

Overview

Object-Oriented Programming in Visual Basic .NET

Alistair McMonnies

Approved by author 8th September 2003

 

Visual Basic .Net (VB .NET) has been a radical departure from previous versions of Visual Basic. The language is now fully object-oriented, and can be used either to write programs, or to create components that fit within the .NET architecture. If you are learning to program, VB .NET will give you a previously unheard-of mix of power, flexibility and ease of use.

The book approaches the language from an object-oriented (OO) perspective, demonstrating that Visual Basic can now be used to develop real industrial-strength OO systems and software components. It starts by covering OO analysis, design and modelling using UML, and then moves on to a full discussion of OO concepts. Advanced topics such as data structures, database applications and software design patterns are also covered. Throughout, students are shown how to develop short programs in order to illustrate the fundamentals of algorithm design and structured programming.

Features

  • Object-oriented programming is placed fully in the context of the software development life cycle
  • Includes a chapter on database development, covering database design principles, data access techniques and presenting data to the user-interface
  • The book is accompanied by a website at www.booksites.net/mcmonnies containing code for all programs in the book, additional program examples and information on using VB to program database applications. Instructor¿s materials include slides, tutorial sheets, lab sheetsand assessment materials, all with solutions.

Alistair McMonnies is currently a lecturer in the Computing and Information Systems department at the University of Paisley. He teaches software development using Visual Basic and C++ and is a Microsoft Certified Professional.



Synopsis

This book serves simultaneously as a triple introduction to object-oriented programming, Visual Basic, and Microsoft's .NET platform. Generally, it will be most useful for novices in all three subjects; anyone with experience in any of them will likely be frustrated at the basic level of the material. That aside, it covers its three subjects well: all the usual basic object-oriented programming techniques are present, from the definition of a class to polymorphism and inheritance, as well as information on the structure of Visual Basic and the .NET environment. Numerous exercises and a great deal of example code make this book suitable for an introductory programming class. Annotation © 2004 Book News, Inc., Portland, OR

Reviews

There are no reviews yet. Log in to write one.

Book Details

Published
January 1, 2004
Publisher
Addison Wesley
Pages
696
Format
Paperback
ISBN
9780201787054

More by Alistair McMonnies

Similar books