Visual C#
C# (唸成 C sharp) 是一種程式語言,設計用來建置可在 .NET Framework 上執行的多種應用程式。 C# 是簡單、強大、型別安全且以物件為導向的語言。 C# 中使用了許多創新的做法,能夠提供快速的應用程式開發,同時保留了 C 樣式語言的表達能力與雅緻。
Visual C# 是由 Microsoft 提供的 C# 語言的實作。Visual Studio 支援 Visual C#,包含功能完整的程式碼編輯器、編譯器、專案範本、設計工具、程式碼精靈、強大且易於使用的偵錯工具,以及其他各種工具。 .NET Framework 類別庫對於廣泛的作業系統服務,以及其他有用、設計良好、可顯著加速開發週期的類別,提供存取的支援。
在本節中
Visual C# 使用者入門
為此語言的新手程式設計人員,或是 Visual Studio 的新使用者介紹 C# 4.0 的功能,並且提供尋找 Visual Studio 相關 [說明] 的指示。使用 Visual C# 開發環境
簡介 Visual C# 開發環境。C# 程式設計手冊
提供如何使用 C# 語言建構的詳細資訊和實際範例。C# 參考
提供有關 C# 程式設計概念、關鍵字、型別、運算子、屬性、前置處理器指示詞 (Preprocessor Directive)、編譯器參數、編譯器錯誤和編譯器警告等的詳細參考資訊。Visual C# 範例與逐步解說
提供範例原始程式碼,示範如何使用 Visual C# 設計程式。
相關章節
Visual C# 2010 的新功能
描述 Visual C# IDE 與編譯器中的新功能。C# 語言規格
Microsoft Word 格式之最新版本 C# 規格的連結。C# 3.0 Cookbook, Third Edition: More Than 250 Solutions for C# 3.0 Programmers
介紹「C# 3.0 做法指南」(C# 3.0 Cookbook) 並且提供下列章節的連結:Delegates, Events, and Lambda Expressions、Security、Threading and Synchronization和Toolbox。C# 3.0 Design Patterns: Use the Power of C# 3.0 to Solve Real-World Problems
介紹「C# 3.0 設計模式」(C# 3.0 Design Patterns) 並且提供下列章節的連結:Structural Patterns: Adapter and Façade和Creational Patterns: Prototype, Factory Method, and Singleton。C# 3.0 in a Nutshell, Third Edition: A Desktop Quick Reference
介紹「C# 3.0 概述」(C# 3.0 in a Nutshell) 並且提供下列章節的連結:Advanced C#、Networking、Threading、Asynchronous Methods和Diagnostics。Learning C# 3.0: Master the Fundamentals of C# 3.0
介紹「學習 C# 3.0」(Learning C# 3.0) 並且提供下列章節的連結:C# and .NET Programming、Visual Studio 2008 and C# Express 2008、C# Language Fundamentals、Interfaces、Delegates and Events、Windows Presentation Foundation 和 ADO.NET and Relational Databases。