Beginning Object-Oriented Programming with VB 2005: From Novice to Professional
Daniel R. ClarkBooks.org participates in affiliate programs including Bookshop.org and the Amazon Services LLC Associates Program. We may earn a commission from qualifying purchases made through links on this page, at no additional cost to you.
Overview
Beginning Object-Oriented Programming with VB 2005 is a comprehensive resource of correct coding procedures. Author Daniel Clark takes you through all the stages of a programming project, including analysis, modeling, and development, all using object-oriented programming techniques and Visual Basic .NET.
Clark explores the structure of classes and their hierarchies, as well as inheritance and interfaces. He also introduces the .NET Framework and the Visual Studio integrated development environment, or IDE. A real-world case study walks you through the design of a solution. You can then transform the design into a functional VB .NET application.
The application includes a graphical user interface (GUI), a business logic class library, and integration with a back-end database. Throughout the book, you’ll explore the fundamentals of software design, object-oriented programming, Visual Basic .NET 2.0, and the Unified Modeling Language (UML).
Synopsis
Beginning Object-Oriented Programming with VB 2005 is a comprehensive resource of correct coding procedures. Author Daniel Clark takes you through all the stages of a programming project, including analysis, modeling, and development, all using object-oriented programming techniques and VB .NET.
Clark explores the structure of classes and their hierarchies, as well as inheritance and interfaces. He also introduces the .NET Framework and the Visual Studio integrated development environment, or IDE. A real-world case study walks you through the design of a solution. You can then transform the design into a functional VB .NET application.
The application includes a graphical user interface (GUI), a business logic class library, and integration with a back-end database. Throughout the book, youll explore the fundamentals of software design, object-oriented programming, Visual Basic .NET 2.0, and the Unified Modeling Language (UML).
Editorials
From Barnes & Noble
The Barnes & Noble ReviewThis is the right way to learn Visual Basic 2005. You’ll learn in the context of an actual development project. You’ll learn an approach that’s object-oriented through and through. You’ll get hands-on experience with analysis and UML modeling, as well as development. You’ll build GUIs and business logic class libraries, and integrate with back-end databases. And you’ll leverage your new knowledge in both Windows and web development.
No experience is necessary: Microsoft “MVP” and expert trainer Dan Clark walks you through everything. Inexperienced programmers (and many experienced ones) will especially appreciate the coverage of identifying class structures, modeling object interactions, and transforming design into implementation. The sooner you master this stuff, the more effective you’ll be -- and this book helps you master it fast. Bill Camarda, from the December 2005 Read Only