The Visual Basic.NET Coach is written for programmers just starting out with the Visual Basic.NET environment. It teaches sound VB.NET fundamentals by introducing students to the development environment, and explains how to create an application basic programming constructs (such as variables, operators, conditional statements, loops and functions), as well as with images and text. These skills are used to develop programs that solve relatively simple but useful problems. Once students have gained a firm understanding of VB.Net, instructors have the flexibility of choosing other topics to cover such as databases, drag and drop interfaces, graphic routines, multiform applications, menus and basic object-oriented programming.
The book takes a unique approach to teaching VB.NET, and helps students master important problem-solving skills. Students work through many non-technical drills and examples as a practical way to get immediate feedback on their understanding of the concepts just learned. Two examples are integrated as case studies at the end of each chapter to illustrate the process of how to develop complete applications from the ground-up. .
Auflage
Sprache
Verlagsort
Verlagsgruppe
Zielgruppe
Für höhere Schule und Studium
Für Beruf und Forschung
Maße
Höhe: 276 mm
Breite: 211 mm
ISBN-13
978-0-321-24733-9 (9780321247339)
Copyright in bibliographic data is held by Nielsen Book Services Limited or its licensors: all rights reserved.
Schweitzer Klassifikation
1. Our First VB Applications.
What is a Project?
Introduction to the Integrated Development Environment.
Creating Our First Application.
Picture Box Control.
Text Box Control.
Button Control.
Basic Event Handling.
Saving the Project.
Cleaning it All Up.
Use of Color.
Case Study.
Term Projects.
2. Performing Operations and Storing the Result.
Variables.
Simple Operators.
Local and Global Variables.
Constants.
Complex Operators.
Using the Debugger.
Case Study.
Coach's Corner.
Term Projects.
3. Decision Making.
If Statements.
Else and ElseIf Statements.
Compound Conditional Statements.
Nested Conditional Statements.
Short Circuit Evaluation.
Select Case Statements.
Case Study.
Coach's Corner.
Term Projects.
4. Subroutines and Functions.
What are Subroutines and Functions?
Built-In Functions.
Writing Functions and Subroutines.
Declaring and calling Methods.
Pass By Reference and Pass By Value.
Important Events.
Case Study.
Coach's Corner.
Term Projects.
5. Basic Declaring of Objects.
Object-Oriented Development Concepts.
Using Built-In Objects.
Creating Your Own Classes.
Case Study.
Coach's Corner - Additional Built-In Objects.
Term Projects.
6. Repetition.
For Loops.
Do Loops.
Nested Loops.
Setting Break Points with the Debugger.
Case Study.
Coach's Corner.
Term Projects.
7. Arrays & Structures.
Arrays.
Two-Dimensional Arrays.
Structures.
Coach's Corner.
Term Projects.
8. Files.
Sequential Files.
Fixed -Width Files.
Comma-Delimited Files.
Random Access Files.
Case Study.
Coach's Corner.
Term Projects.
9. Advanced Object Oriented Programming.
Visual Inheritance.
Inheritance in Code.
Overloading methods.
Destructors.
Additional Events.
Case Study.
Coach's Corner.
Term Projects.
10. Introduction to Database Concepts.
Introduction to Database Concepts.
Displaying Data Stored in a Database.
Adding and Editing Data in a Database.
Deleting Data in a Database.
Binding a Database to Controls.
SQL SELECT.
SQL INSERT.
SQL UPDATE.
SQL COMPLETE.
Case Study.
Coach's Corner.
Term Projects.
11. Advanced Visual Basic Topics.
Error Handling using Throw and Catch.
Graphics.
Creating Menus Using the Menu Editor.
Multiple Form Applications.
MDI Applications.
Case Study.
Term Projects.
Appendix A. Introduction to Computing.
Types of Languages and Why.
Where Does Visual Basic fit in?
What Makes a Quality Program?
Understanding Algorithms.
Top Down Algorithms vs Event Driven.
Concept of an Object.
Interpreters and Compilers.