|
Object Oriented Programming in VB.NET
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 sheets and 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.
CONTENTS:
Introduction
1. Software Development
2. Software Design
3. The Visual Basic .Net language
4. Objects, Classes, Types
5. Controlling Program Code
6. Data Structures
7. Inheritance and Polymorphism
8. Windows Applications9. Windows Controls
10. Object Modelling11. Files, Streams and Serialization
12. Databases
Appendix 1. Working without Visual Studio
Appendix 2. Database Connections
Appendix 3. Program Style
Appendix 4. Application Checklist
|