C# Builder Kick Start
暫譯: C# 建構者快速入門

Joe Mayo

  • 出版商: SAMS
  • 出版日期: 2003-10-01
  • 售價: $1,690
  • 貴賓價: 9.5$1,606
  • 語言: 英文
  • 頁數: 480
  • 裝訂: Paperback
  • ISBN: 0672325896
  • ISBN-13: 9780672325892
  • 相關分類: C#
  • 已絕版

買這商品的人也買了...

相關主題

商品描述

 

Summary

C#Builder Kick Start provides a rapid overview of the C#Builder tool, a Borland developers introduction to C# explaining the new forms and interfaces, and set of examples illustrating the power of C#, C#Builder, and .NET development. Special attention is paid to differences between existing Borland tools and development strategies and C#Builder.

Table of Contents

Introduction.

How This Book Is Organized. Conventions Used in This Book.

I. OVERVIEW OF C#BUILDER AND THE C# PROGRAMMING LANGUAGE.

1. Introducing .NET and the C#Builder IDE.

.NET Concepts. Overview of C#Builder. Starting Projects. Running Programs. Toolbar Customization. Using the Tool Palette. About Code Insight. HTML Editor Coding. Controlling the Workspace. Adding Tools. Creating Macros. In Brief.

2. C# Basics.

Value Types and Reference Types. Built-in Types. String Formatting. Keywords and Operators. Statements. Coding with Snippets. Arrays. Enums. Methods. Properties and Indexers. In Brief.

3. Intermediate C#.

Reference Types. Object Construction/Destruction. Object-Oriented Features. Exception Handling. In Brief.

4. Advanced C#.

Operator Overloading and Conversions. Delegates and Events. Attributes. Interfaces. Examples of Interface Implementation. In Brief.

5. Managing Code and Projects.

Debugging Code. Organizing Projects. Referencing Assemblies. Source Code Change Management. Building and Compiling Your Projects. Navigating the Object Inspector. Managing Installed .NET Components. Understanding Your Application with Model View. In Brief.

II. WINDOWS FORMS CLIENT APPLICATION DEVELOPMENT.

6. Introduction to Windows Forms and Windows Controls.

Creating a Simple Windows Forms Application. Using the Windows Forms Designer. Tips About Wizard-Generated Code. Creating Windows Controls. In Brief.

7. Windows Forms Dialogs.

Overview of Dialogs. MessageBox Dialog. Common Dialog Classes. In Brief.

8. Windows Forms Resources.

Creating Menus for Your Application. Creating Toolbars. Adding Status Bars to Your Application. In Brief.

9. Windows Forms Graphics with GDI+.

GDI+ Basics. Working with Brushes and Pens. Drawing Graphics Objects. In Brief.

10. Windows Forms User Controls and Components.

User Controls. Creating Components. In Brief.

III. ASP.NET WEB APPLICATION DEVELOPMENT.

11. Introduction to ASP.NET.

ASP.NET Overview. ASP.NET Designer and Wizards. The Tool Palette. The ASP.NET Architecture. Using ASP.NET Controls. Configuring ASP.NET Applications. In Brief.

12. ASP.NET Application Events and State Management.

Application-Level Events. Application State. Session State. In Brief.

13. ASP.NET Security.

Authentication and Authorization. Authenticating Individual Users. Applying Role Authentication for Groups of Users. In Brief.

14. ASP.NET Custom and User Controls.

ASP.NET Control Overview. User Controls. Custom Controls. In Brief.

IV. ENTERPRISE APPLICATION DEVELOPMENT.

15. ADO.NET and File I/O.

ADO.NET Overview. ADO.NET Architecture. Understanding Data Providers. Coding an ADO.NET Application. BDP for Microsoft .NET Components. Performing Simple File I/O. In Brief.

16. Data Binding.

Data Binding Overview. Windows Forms Controls. The Windows Forms DataGrid. The ASP.NET Repeater. The ASP.NET DataList. The ASP.NET DataGrid. In Brief.

17. XML Web Services.

Web Services Overview. Building a Web Service. Web Service Attributes. Connecting Clients to a Web Service. In Brief.

18. Assemblies, Versioning, and Deployment.

Understanding Assemblies. Preparing Release Builds. Preparing .NET Applications for Deployment. Deploying .NET Applications. In Brief.

Index.

商品描述(中文翻譯)

摘要

《C#Builder Kick Start》提供了C#Builder工具的快速概述,這是Borland開發者對C#的介紹,解釋了新的表單和介面,並提供了一系列示例,展示了C#、C#Builder和.NET開發的強大功能。特別注意了現有Borland工具和開發策略與C#Builder之間的差異。

目錄

引言。
本書的組織方式。本書中使用的約定。

I. C#Builder和C#程式語言概述。
1. 介紹.NET和C#Builder IDE。
.NET概念。C#Builder概述。啟動專案。運行程式。工具列自訂。使用工具面板。關於代碼洞察。HTML編輯器編碼。控制工作區。添加工具。創建宏。簡要說明。

2. C#基礎。
值類型和引用類型。內建類型。字串格式化。關鍵字和運算符。語句。使用片段編碼。陣列。列舉。方法。屬性和索引器。簡要說明。

3. 中級C#。
引用類型。物件建構/銷毀。物件導向特性。例外處理。簡要說明。

4. 高級C#。
運算符重載和轉換。委派和事件。屬性。介面。介面實現示例。簡要說明。

5. 管理代碼和專案。
調試代碼。組織專案。引用組件。源代碼變更管理。構建和編譯專案。導航物件檢查器。管理已安裝的.NET組件。使用模型視圖理解應用程式。簡要說明。

II. Windows Forms客戶端應用程式開發。
6. 介紹Windows Forms和Windows控制項。
創建簡單的Windows Forms應用程式。使用Windows Forms設計器。關於向導生成代碼的提示。創建Windows控制項。簡要說明。

7. Windows Forms對話框。
對話框概述。MessageBox對話框。常見對話框類別。簡要說明。

8. Windows Forms資源。
為應用程式創建菜單。創建工具列。為應用程式添加狀態列。簡要說明。

9. 使用GDI+的Windows Forms圖形。
GDI+基礎。使用畫刷和筆。繪製圖形物件。簡要說明。

10. Windows Forms用戶控制項和組件。
用戶控制項。創建組件。簡要說明。

III. ASP.NET網頁應用程式開發。
11. 介紹ASP.NET。
ASP.NET概述。ASP.NET設計器和向導。工具面板。ASP.NET架構。使用ASP.NET控制項。配置ASP.NET應用程式。簡要說明。

12. ASP.NET應用程式事件和狀態管理。
應用程式級事件。應用程式狀態。會話狀態。簡要說明。

13. ASP.NET安全性。
身份驗證和授權。驗證個別用戶。對用戶組應用角色驗證。簡要說明。

14. ASP.NET自定義和用戶控制項。
ASP.NET控制項概述。用戶控制項。自定義控制項。簡要說明。

IV. 企業應用程式開發。
15. ADO.NET和文件I/O。
ADO.NET概述。ADO.NET架構。理解數據提供者。編寫ADO.NET應用程式。Microsoft .NET組件的BDP。執行簡單的文件I/O。簡要說明。

16. 數據綁定。
數據綁定概述。Windows Forms控制項。Windows Forms數據網格。ASP.NET重複器。ASP.NET數據列表。ASP.NET數據網格。簡要說明。

17. XML網路服務。
網路服務概述。構建網路服務。網路服務屬性。將客戶端連接到網路服務。簡要說明。

18. 組件、版本控制和部署。
理解組件。準備發佈版本。為部署準備.NET應用程式。部署.NET應用程式。簡要說明。

索引。