EARTH WEEK
Go paperless and save 40% on eligible eBooks, 70% on video now through April 26. Shop the sale.
Register your product to gain access to bonus material or receive a coupon.
Explains to students the relevant new features of VB .NET, especially the incorporation of inheritance in objects.
Saves students time and the frustration of typing in programs. Allows instructors to quickly bring up an example or case study.
Aids students with clear instructions and descriptions in a logical sequence, easily grasped by beginners.
Helps students learn the concepts of VB .NET quickly.
Reinforces theory to students via real-life applications.
Allows students to find all the review and challenges they need.
Focuses on potential trouble spots and provides a warm-up to the exercises.
Allows beginning students to comfortably enter the world of computer programming by starting with the basics.
Helps students stay focused on and interested in the examples and exercises.
Enables students to use the text for quick reference.
"This book is an excellent introduction to programming using Visual Basic.NET. The examples start with basics and gradually develop to solve real-life problems." - Amit Kalani, CIStems Solutions LLC.
"Schneider's proven approach works as effectively with VB.NET as it does with Visual Basic 6.0; the use of a variety of short examples makes the concepts being presented clear and understandable. The end-of-chapter programming projects build on this base and lead to a thorough understanding of the context for these concepts." - Chris Panell, Heald College
Since its introduction in 1991, Visual Basic has become the tool of choice for developing user-friendly applications in today's business world. Easy to use and fun to learn, Visual Basic is the state of the art in Basic programming that allows you to take full control of Microsoft's best-selling Windows applications.
The latest incarnation of Visual Basic, called Visual Basic .NET, brings the language into the Internet age by incorporating the .NET framework. Students and developers alike are eagerly embracing the dynamic new features of the language and find Visual Basic.NET to be the ideal tool to understand the development of computer programs.
Written by best-selling author David I. Schneider, An Introduction to Visual Basic .NET assumes no prior programming experience and includes these important pedagogical features:
The text also features a wealth of learning aids, including exercises, practice problems, programming projects, case studies, comments, summaries and detailed appendices.
Valuable supplements include:
(NOTE: A Summary and Programming Projects conclude Chapters 3 through 11.)
1. An Introduction to Computers and VB .NET.
An Introduction to VB .NET. Using Windows. Files and Folders. Biographical History of Computing.
Programming Development Cycle. Programming Tools.
VB .NET Controls. VB .NET Events. Numbers. Strings. Input and Output.
Subprograms, Part I. Subprograms, Part II. Functions. Modular Design.
Relational and Logical Operators. If Blocks. Select Case Blocks. A Case Study: Weekly Payroll.
Do Loops. Processing Lists of Data with Do Loops. For…Next Loops. A Case Study: Analyze a Loan.
Creating and Accessing Arrays. Using Arrays. Some Additional Types of Arrays. Sorting and Searching. Two-dimensional Arrays. A Case Study: Sophisticated Cash Register.
Sequential Files. Using Sequential Files. A Case Study: Recording Checks and Deposits.
List Boxes and Combo Boxes. Seven Elementary Controls. Four Additional Objects.
An Introduction to Databases. Relational Databases and SQL.
Objects and Classes. Arrays of Objects; Event; Containment. Inheritance.