雅虎香港 搜尋

搜尋結果

  1. The C# programming language was designed by Anders Hejlsberg from Microsoft in 2000 and was later approved as an international standard by Ecma (ECMA-334) in 2002 and ISO / IEC (ISO/IEC 23270 and 20619 [c]) in 2003. Microsoft introduced C# along with .NET Framework and Visual Studio, both of which were closed-source.

  2. 2024年1月26日 · 此條目介紹的是微軟開發的程式語言。 關於音樂上的音名,請見「 C♯ (音名) 」。 C# 是 微軟 推出的一種基於 .NET框架 和後來的 .NET 的、 物件導向 的進階 程式語言 。 C#是一種由C和C++衍生出來的物件導向的程式語言。 它在繼承C和C++強大功能的同時去掉了一些它們的複雜特性,使其成為C語言家族中的一種高效強大的程式語言。 C#以.NET框架類別程式庫作為基礎,擁有類似 Visual Basic 的快速開發能力。 C#由 安德斯·海爾斯伯格 主持開發,微軟在2000年發佈了這種語言,希望藉助這種語言來取代 Java 。 C#已經成為 Ecma國際 和 國際標準組織 的標準規範。 命名 [ 編輯]

  3. 2024年3月20日 · 维基百科,自由的百科全书. 此條目介紹的是微软開發的程序设计语言。 关于音樂上的音名,请见「 C♯ (音名) 」。 C# 是 微软 推出的一种基于 .NET框架 和后来的 .NET 的、 面向对象 的高级 编程语言 。 C#是一种由C和C++衍生出来的面向对象的编程语言。 它在继承C和C++强大功能的同时去掉了一些它们的复杂特性,使其成为C语言家族中的一种高效强大的编程语言。 C#以.NET框架类库作为基础,拥有类似 Visual Basic 的快速开发能力。 C#由 安德斯·海尔斯伯格 主持开发,微软在2000年发布了这种语言,希望借助这种语言来取代 Java 。 C#已经成为 Ecma国际 和 国际标准组织 的标准规范。 命名 [ 编辑]

  4. C# is the modern, open-source, cross-platform object-oriented programming language for the .NET developer platform with free tools for Linux, macOS, and Windows.

    • Basics
    • Classes
    • Advanced Topics
    • The .NET Framework
    • External Links

    1. Describes the basics in how the applications you write will be interpreted.

    1. Quickly describes the generally accepted naming conventions for C#.

    1. The entities used to store data of various shapes.

    1. Giving your code its own space to live in.

    1. The blueprints of objects that describes how they should work.

    1. Cornerstones of any object-oriented programming language, objects are the tools you use to perform work.

    1. Re-using existing code to improve or specialize the functionality of an object.

    1. Define a template, on which to base sub-classes.

    1. Learn about delegates, anonymous delegates, lambda expressions, and events.

    1. An overview of the .NET class library used in C#.

    1. Input and Output using the console.

    1. GUI Programming with Windows Forms.

  5. 其他人也問了

  6. C# ( / ˌsiː ˈʃɑːrp / see SHARP) is a general-purpose high-level programming language supporting multiple paradigms. C# encompasses static typing,: 4 strong typing, lexically scoped, imperative, declarative, functional, generic,: 22 object-oriented ( class -based), and component-oriented programming disciplines.