Professional C# 2005 with .NET 3.0 (Paperback)
暫譯: 專業 C# 2005 與 .NET 3.0 (平裝本)

Christian Nagel, Bill Evjen, Jay Glynn, Karli Watson, Morgan Skinner

  • 出版商: Wrox Press
  • 出版日期: 2007-06-12
  • 售價: $2,250
  • 貴賓價: 9.5$2,138
  • 語言: 英文
  • 頁數: 1800
  • 裝訂: Paperback
  • ISBN: 0470124725
  • ISBN-13: 9780470124727
  • 相關分類: .NETC#
  • 已過版

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

相關主題

商品描述

Description

  • Preparing readers to program in C#, this authoritative guide provides the necessary background information on how the .NET architecture works
  • Begins with a tutorial on C# 2005 and the .NET 3.0 Framework, then moves through the vast .NET class library, showing how C# can be used to solve various tasks
  • Includes coverage of the new .NET 3.0 Framework, Generics, ObjectSpaces, .NET 3.0 in SQL Server, ASP.NET 3.0, Windows Communication Foundation, Windows Workflow Foundation, Windows Presentation Foundation, arrays, system transactions, tracing, and event logging
  • Additional coverage includes such topics as writing Windows applications and Windows services, writing Web pages and Web services with ASP.NET 3.0, manipulating XML using C# 2005, and generating graphics using C# 2005
  •  

    Table of Contents

    Introduction.

    Part I: The C# Language.

    Chapter 1: .NET Architecture.

    Chapter 2: C# Basics.

    Chapter 3: Objects and Types.

    Chapter 4: Inheritance.

    Chapter 5: Arrays.

    Chapter 6: Operators and Casts.

    Chapter 7: Delegates and Events.

    Chapter 8: Strings and Regular Expressions.

    Chapter 9: Generics.

    Chapter 10: Collections.

    Chapter 11: Memory Management and Pointers.

    Chapter 12: Reflection.

    Chapter 13: Errors and Exceptions.

    Part II: Visual Studio.

    Chapter 14: Visual Studio 2005.

    Chapter 15: Deployment.

    Part III: Base Class Libraries.

    Chapter 16: Assemblies.

    Chapter 17: Tracing and Events.

    Chapter 18: Threading and Synchronization.

    Chapter 19: .NET Security.

    Chapter 20: Localization.

    Chapter 21: Transactions.

    Chapter 22: Windows Services.

    Chapter 23: COM Interoperability.

    Part IV: Data.

    Chapter 24: Manipulating Files and the Registry.

    Chapter 25: Data Access with .NET.

    Chapter 26: Manipulating XML.

    Chapter 27: .NET Programming with SQL Server 2005.

    Part V: Presentation.

    Chapter 28: Windows Forms.

    Chapter 29: Viewing .NET Data.

    Chapter 30: Graphics with GDI+.

    Chapter 31: Windows Presentation Foundation.

    Chapter 32: ASP.NET Pages.

    Chapter 33: ASP.NET Development.

    Chapter 34: ASP.NET AJAX.

    Part VI: Communication.

    Chapter 35: Accessing the Internet.

    Chapter 36: Web Services with ASP.NET.

    Chapter 37: .NET Remoting.

    Chapter 38: Enterprise Services.

    Chapter 39: Message Queuing.

    Chapter 40: Windows Communication Foundation.

    Chapter 41: Windows Workflow Foundation.

    Chapter 42: Directory Services.

    Part VII: Additional Information.

    Chapter 43: C#, Visual Basic, and C++/CLI.

    Chapter 44: Windows Vista.

    Chapter 45: Language Integrated Query.

    Index.

    商品描述(中文翻譯)

    **描述**

    - 本權威指南為讀者準備了 C# 程式設計所需的背景資訊,介紹 .NET 架構的運作方式。
    - 以 C# 2005 和 .NET 3.0 框架的教學開始,然後深入探討廣泛的 .NET 類別庫,展示如何使用 C# 解決各種任務。
    - 包含對新 .NET 3.0 框架、泛型、物件空間、SQL Server 中的 .NET 3.0、ASP.NET 3.0、Windows Communication Foundation、Windows Workflow Foundation、Windows Presentation Foundation、陣列、系統交易、追蹤和事件記錄的介紹。
    - 其他主題包括撰寫 Windows 應用程式和 Windows 服務、使用 ASP.NET 3.0 撰寫網頁和網路服務、使用 C# 2005 操作 XML,以及使用 C# 2005 生成圖形。

    **目錄**

    引言。

    **第一部分:C# 語言。**
    - 第 1 章:.NET 架構。
    - 第 2 章:C# 基礎。
    - 第 3 章:物件與類型。
    - 第 4 章:繼承。
    - 第 5 章:陣列。
    - 第 6 章:運算子與轉換。
    - 第 7 章:委派與事件。
    - 第 8 章:字串與正規表達式。
    - 第 9 章:泛型。
    - 第 10 章:集合。
    - 第 11 章:記憶體管理與指標。
    - 第 12 章:反射。
    - 第 13 章:錯誤與例外。

    **第二部分:Visual Studio。**
    - 第 14 章:Visual Studio 2005。
    - 第 15 章:部署。

    **第三部分:基礎類別庫。**
    - 第 16 章:組件。
    - 第 17 章:追蹤與事件。
    - 第 18 章:執行緒與同步。
    - 第 19 章:.NET 安全性。
    - 第 20 章:本地化。
    - 第 21 章:交易。
    - 第 22 章:Windows 服務。
    - 第 23 章:COM 互操作性。

    **第四部分:資料。**
    - 第 24 章:操作檔案與登錄。
    - 第 25 章:使用 .NET 的資料存取。
    - 第 26 章:操作 XML。
    - 第 27 章:使用 SQL Server 2005 的 .NET 程式設計。

    **第五部分:呈現。**
    - 第 28 章:Windows 表單。
    - 第 29 章:查看 .NET 資料。
    - 第 30 章:使用 GDI+ 的圖形。
    - 第 31 章:Windows Presentation Foundation。
    - 第 32 章:ASP.NET 頁面。
    - 第 33 章:ASP.NET 開發。
    - 第 34 章:ASP.NET AJAX。

    **第六部分:通訊。**
    - 第 35 章:存取網際網路。
    - 第 36 章:使用 ASP.NET 的網路服務。
    - 第 37 章:.NET 遠端呼叫。
    - 第 38 章:企業服務。
    - 第 39 章:訊息佇列。
    - 第 40 章:Windows Communication Foundation。
    - 第 41 章:Windows Workflow Foundation。
    - 第 42 章:目錄服務。

    **第七部分:附加資訊。**
    - 第 43 章:C#、Visual Basic 和 C++/CLI。
    - 第 44 章:Windows Vista。
    - 第 45 章:語言整合查詢。
    - 索引。