My Account
View Cart
Home
Community
Books & Videos
Safari Books Online
Conferences
Training
School of Technology
About
Complete List
Bestsellers
New Releases
Rough Cuts
Upcoming Titles
Ebooks
By Publisher
By Series
Out of Print
Order Info
Search
Search Tips
Programming Visual Basic .NET
By
Dave Grundgeiger
December 2001
Pages: 460
|
Table of Contents
|
Index
|
Sample Chapter
Table of Contents
Chapter 1
Introduction
What Is the Microsoft .NET Framework?
What Is Visual Basic .NET?
An Example Visual Basic .NET Program
Chapter 2
The Visual Basic .NET Language
Source Files
Identifiers
Keywords
Literals
Types
Namespaces
Symbolic Constants
Variables
Scope
Access Modifiers
Assignment
Operators and Expressions
Statements
Classes
Interfaces
Structures
Enumerations
Exceptions
Delegates
Events
Standard Modules
Attributes
Conditional Compilation
Summary
Chapter 3
The .NET Framework
Common Language Infrastructure (CLI) and Common Language Runtime (CLR)
Common Type System (CTS)
Portions of the CLI
Modules and Assemblies
Application Domains
Common Language Specification (CLS)
Intermediate Language (IL) and Just-In-Time (JIT) Compilation
Metadata
Memory Management and Garbage Collection
A Brief Tour of the .NET Framework Namespaces
Configuration
Summary
Chapter 4
Windows Forms I: Developing Desktop Applications
Creating a Form
Handling Form Events
Relationships Between Forms
MDI Applications
Component Attributes
2-D Graphics Programming with GDI+
Printing
Summary
Chapter 5
Windows Forms II: Controls, Common Dialog Boxes, and Menus
Common Controls and Components
Control Events
Form and Control Layout
Common Dialog Boxes
Menus
Creating a Control
Summary
Chapter 6
ASP.NET and Web Forms: Developing Browser-Based Applications
Creating a Web Form
Handling Page Events
More About Server Controls
Adding Validation
Using Directives to Modify Web Page Compilation
ASP.NET Objects: Interacting with the Framework
Discovering Browser Capabilities
Maintaining State
Application-Level Code and global.asax
Web-Application Security
Designing Custom Controls
Summary
Chapter 7
Web Services
Creating a Web Service
Testing a Web Service with a Browser
Web-Service Descriptions
Consuming a Web Service
Web-Service Discovery
Limitations of Web Services
Summary
Chapter 8
ADO.NET: Developing Database Applications
A Brief History of Universal Data Access
Managed Providers
Connecting to a SQL Server Database
Connecting to an OLE DB Data Source
Reading Data into a DataSet
Relations Between DataTables in a DataSet
The DataSet's XML Capabilities
Binding a DataSet to a Windows Forms DataGrid
Binding a DataSet to a Web Forms DataGrid
Typed DataSets
Reading Data Using a DataReader
Executing Stored ProceduresThrough a SqlCommand Object
Summary
Appendix A
Custom Attributes Defined in the System Namespace
Appendix B
Exceptions Defined in the System Namespace
Appendix C
Cultures
Appendix D
Resources for Developers
.NET Information
Discussion Lists
Appendix E
Math Functions
Colophon
Return to
Programming Visual Basic .NET