Wrox Guide Getting Started with Visual Basic 2010
CONTENTS
INTRODUCTION xxix
CHAPTER 1: WELCOME TO VISUAL BASIC 2010
- Event-Driven Programming
-
Introduction to the concept and application of event-driven programming.
-
Installing Visual Basic 2010
-
Step-by-step installation guide.
-
The Visual Studio 2010 IDE
- Overview of the Integrated Development Environment (IDE).
- Profile Setup Page: Setting up your profile.
-
The Menu and Toolbars.
-
Creating a Simple Application
-
Basic application creation process.
-
Windows in Visual Studio 2010 IDE
-
Key windows and their functions.
-
The Toolbox
-
Using the Toolbox and its functions.
-
Modified Hungarian Notation
-
Naming conventions for better code readability.
-
The Code Editor
-
Overview of the Code Editor and shortcuts.
-
Using the Help System
-
Navigating Visual Studio’s help resources.
-
Summary
- Key points recap for Chapter 1.
CHAPTER 2: THE MICROSOFT .NET FRAMEWORK
- Microsoft’s Reliance on Windows
-
Discussion on Windows as a platform.
-
The .NET Vision
-
Overview of the .NET initiative.
-
Writing Software for Windows
-
Principles of writing Windows applications.
-
The .NET Framework Classes
-
Core classes and structure.
-
Executing Code and Common Language Runtime
-
Code execution process and the role of CLR.
-
Security and Application Isolation
-
Key security features within .NET.
-
Interoperability and Exception Handling
-
How .NET handles cross-language interoperability and exceptions.
-
The Common Type System and Common Language Specification
-
Defining types and language compliance.
-
Summary
- Recap of essential points in Chapter 2.
评论区