Building Applications and Components with Visual Basic .NET
暫譯: 使用 Visual Basic .NET 建立應用程式與元件
Ted Pattison, Joe Hummel
- 出版商: Addison Wesley
- 出版日期: 2003-10-23
- 售價: $2,050
- 貴賓價: 9.5 折 $1,948
- 語言: 英文
- 頁數: 592
- 裝訂: Paperback
- ISBN: 0201734958
- ISBN-13: 9780201734959
-
相關分類:
.NET、Visual Basic
已過版
買這商品的人也買了...
-
$686Introduction to the Theory of Computation
-
$3,180$3,021 -
$2,250$2,138 -
$2,250$2,138 -
$1,150$1,127 -
$738.NET Windows Forms Custom Controls
-
$650$514 -
$760$600 -
$590$466 -
$1,190$1,166 -
$2,050$1,948 -
$399CCNA ICND Exam Certification Guide (CCNA Self-Study, 640-811, 640-801) (Hardcover)
-
$720$684 -
$2,560$2,432 -
$560$476 -
$450$356 -
$720$569 -
$680$612 -
$480$379 -
$750$593 -
$690$538 -
$890$703 -
$675LPIC 1 Exam Cram 2: Linux Professional Institute Certification Exams 101 and 102 (Paperback)
-
$750$593 -
$680$646
商品描述
Building Applications and Components with Visual Basic .NET is the Visual Basic developer's guide to the .NET framework and object-oriented programming.
The authors introduce the basic architecture of the .NET Framework and explore Visual Basic .NET's new OOP features, the syntax required to use them, and the effect that syntax has on code behavior. Readers gain skills essential to creating well-designed applications and component libraries for the .NET Framework.
Among the topics explored in depth are:
Building Applications and Components with Visual Basic .NET is the definitive guide to a quick and smooth transition to this new language, and an indispensable tool for becoming comfortable and productive with Visual Basic .NET.
Table of Contents
Foreword by Francesco Balena.
Foreword by Rocky Lhotka.
Preface.
About the Authors.
1. The .NET Framework.
The Road to the .NET Framework.
The Architecture of the .NET Framework.
The Common Language Runtime Environment
The Framework Class Library.
Migration to .NET.
Summary.
2. Developing with Visual Basic .NET.
Getting Started.
The Visual Basic .NET Compiler.
Developing with Visual Studio .NET.
Fundamental Changes to Visual Basic.
Summary.
3. The Common Type System.
Motivation for the Common Type System.
The Common Language Specification.
Fundamental CTS Concepts.
Core CTS Types.
Programming with Arrays.
Summary.
4. Classes.
Designing Classes.
Encapsulating Types and Members.
Shared Members versus Instance Members.
Class Members.
Summary.
5. Inheritance.
Inheriting from a Class.
Polymorphism and Type Substitution.
Replacing Methods in a Derived Class.
Summary.
6. Abstract Classes and Interfaces.
Abstract Classes.
Interfaces.
Summary.
7. Delegates.
The Callback: A Simple Design Pattern.
A Trip Down Memory Lane with C++ Function Pointers.
Delegates.
Summary.
8. Events.
A Short History of Event-Based Programming.
Programming with Events.
Handling Events Raised by the .NET Framework.
Summary.
9. Structured Exception Handling.
The Fundamentals of Structured Exception Handling.
Exception Classes.
User-Defined Exceptions.
Finally Blocks.
Summary.
10. Values and Objects.
Creating User-Defined Value Types.
Object Cloning.
Garbage Collection and Object Lifetimes.
Summary.
11. Assemblies.
Learning from the Past.
Configuring Applications.
Building Assemblies.
Deploying Assemblies.
Versioning Assemblies.
Summary.
12. COM Interoperability.
A Brief History of COM.
Accessing COM from Visual Basic .NET.
Creating Visual Basic .NET DLLs for COM Clients.
Summary.
Further Reading for Visual Basic .NET Developers.
Index.
商品描述(中文翻譯)
《使用 Visual Basic .NET 建立應用程式和元件》是 Visual Basic 開發者的 .NET 框架和物件導向程式設計指南。
作者介紹了 .NET 框架的基本架構,並探討了 Visual Basic .NET 的新物件導向程式設計(OOP)特性、使用這些特性所需的語法,以及這些語法對程式碼行為的影響。讀者將獲得創建設計良好的應用程式和元件庫所需的技能,以便在 .NET 框架上進行開發。
深入探討的主題包括:
- 為 .NET 框架編寫軟體
- 通用語言執行環境(CLR)
- 框架類別庫(FCL)
- 使用 Visual Basic 的新物件導向特性
- 使用委派、事件和例外進行程式設計
- 理解值與物件之間的差異
- 組件部署和版本控制
- COM 與 Visual Basic 6.0 的互操作性
《使用 Visual Basic .NET 建立應用程式和元件》是快速平穩過渡到這種新語言的權威指南,也是讓您在 Visual Basic .NET 中變得舒適和高效的不可或缺的工具。
**目錄**
前言:Francesco Balena
前言:Rocky Lhotka
序言
關於作者
1. .NET 框架
- 通往 .NET 框架的道路
- .NET 框架的架構
- 通用語言執行環境
- 框架類別庫
- 遷移到 .NET
- 總結
2. 使用 Visual Basic .NET 開發
- 開始使用
- Visual Basic .NET 編譯器
- 使用 Visual Studio .NET 開發
- Visual Basic 的基本變更
- 總結
3. 通用類型系統
- 通用類型系統的動機
- 通用語言規範
- 基本 CTS 概念
- 核心 CTS 類型
- 使用陣列進行程式設計
- 總結
4. 類別
- 設計類別
- 封裝類型和成員
- 共享成員與實例成員
- 類別成員
- 總結
5. 繼承
- 從類別繼承
- 多型與類型替代
- 在衍生類別中替換方法
- 總結
6. 抽象類別和介面
- 抽象類別
- 介面
- 總結
7. 委派
- 回呼:一種簡單的設計模式
- 與 C++ 函數指標的回憶
- 委派
- 總結
8. 事件
- 事件驅動程式設計的簡史
- 使用事件進行程式設計
- 處理 .NET 框架引發的事件
- 總結
9. 結構化例外處理
- 結構化例外處理的基本原則
- 例外類別
- 使用者定義的例外
- 最終區塊
- 總結
10. 值與物件
- 創建使用者定義的值類型
- 物件克隆
- 垃圾回收與物件生命週期
- 總結
11. 組件
- 從過去學習
- 配置應用程式
- 建立組件
- 部署組件
- 組件版本控制
- 總結
12. COM 互操作性
- COM 的簡史
- 從 Visual Basic .NET 訪問 COM
- 為 COM 客戶端創建 Visual Basic .NET DLL
- 總結
進一步閱讀:Visual Basic .NET 開發者
索引