Menu
×
   ❮   
HTML CSS JAVASCRIPT SQL PYTHON JAVA PHP HOW TO W3.CSS C C++ C# BOOTSTRAP REACT MYSQL JQUERY EXCEL XML DJANGO NUMPY PANDAS NODEJS R TYPESCRIPT ANGULAR GIT POSTGRESQL MONGODB ASP AI GO KOTLIN SASS VUE DSA GEN AI SCIPY AWS CYBERSECURITY DATA SCIENCE
     ❯   

C# 教程

学习 C#

C# (C-Sharp) 是一种由微软开发的编程语言,运行在 .NET Framework 上。

C# 用于开发 Web 应用、桌面应用、移动应用、游戏等等。

立即开始学习 C# »

每个章节的例子

我们的“尝试一下”编辑器使学习 C# 变得很容易。您可以在浏览器中编辑 C# 代码并查看结果。

例子

using System;

namespace HelloWorld
{
  class Program
  {
    static void Main(string[] args)
    {
      Console.WriteLine("Hello World!");    
    }
  }
}

尝试一下 »

点击“运行示例”按钮查看它是如何工作的。

我们建议您按照左侧菜单中列出的顺序阅读本教程。


C# 练习

通过练习测试自己

练习

在下面插入缺失的代码部分以输出“Hello World!”。

static void (string[] args)
{
  .("Hello World!");    
}

开始练习



通过示例学习

通过示例学习!本教程通过清晰的示例补充所有解释。

查看所有 C# 示例


C# 测试

通过参加测试来学习!测试将向您发出信号,表明您对 C# 了解多少,或者不了解多少。

开始 C# 测试


我的学习

使用 W3Schools 上的免费“我的学习”程序跟踪您的进度。

登录您的帐户,并开始赚取积分!

这是一个可选功能。您可以在不使用“我的学习”的情况下学习 W3Schools。

Track your progress with at W3Schools.com

启动您的职业生涯

通过完成 课程获得认证

获得认证 w3schools CERTIFIED . 2024

×

Contact Sales

If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]

Report Error

If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]

W3Schools is optimized for learning and training. Examples might be simplified to improve reading and learning. Tutorials, references, and examples are constantly reviewed to avoid errors, but we cannot warrant full correctness of all content. While using W3Schools, you agree to have read and accepted our terms of use, cookie and privacy policy.

Copyright 1999-2024 by Refsnes Data. All Rights Reserved. W3Schools is Powered by W3.CSS.