webmastertoolbag.com

Online tools Web school 在线工具 基础教程 菜鸟教程 编程学习 Web 学校
   ❮   
HTML CSS JAVASCRIPT SQL PYTHON JAVA PHP HOW TO W3.CSS C C++ C# BOOTSTRAP REACT MYSQL JQUERY EXCEL XML DJANGO NUMPY PANDAS NODEJS DSA TYPESCRIPT SWIFT ANGULAR ANGULARJS GIT POSTGRESQL MONGODB ASP AI R GO KOTLIN SWIFT SASS VUE GEN AI SCIPY AWS CYBERSECURITY DATA SCIENCE INTRO TO PROGRAMMING HTML & CSS BASH RUST TOOLS

C# Tutorial

Learn C#

C# (C-Sharp) is a programming language developed by Microsoft that runs on the .NET Framework.

C# is used to develop web apps, desktop apps, mobile apps, games and much more.

Become C# Certified

Get certified with our C# exam, includes a professionally curated study kit to guide you from beginner to exam-ready.

Get Certified ❯
Certified C# Developer The candidate has passed the exam at the Professional level. Verify at verify.w3schools.com Stale Refsnes for w3schools.com -->

Examples in Each Chapter

Our "Try it Yourself" editor makes it easy to learn C#. You can edit C# code and view the result in your browser.

Example

using System;

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

Try it Yourself »

We recommend reading this tutorial, in the sequence listed in the left menu.


C# Exercises

Many chapters in this tutorial end with an exercise where you can check your level of knowledge.

See all C# Exercises



C# Quiz

Learn by taking a quiz! The quiz will give you a signal of how much you know, or do not know, about C#.

Start C# Quiz


Learn by Examples

Learn by examples! This tutorial supplements all explanations with clarifying examples.

See All C# Examples


Track Your Progress

Create a Webmastertoolbag account and get access to more features and learning materials:

  • View your completed tutorials, exercises, and quizzes
  • Keep an eye on your progress and daily streaks
  • Join the leaderboard and compete with others
  • Get your own avatar and unlock new skins
  • Create your own personal website

Sign Up »

Note

This is an optional feature. You can study at Webmastertoolbag without creating an account.


Course Certification

Get Certified in coding

Complete the Webmastertoolbag coding course, strengthen your knowledge, and earn a certificate you can add to your CV, portfolio, and LinkedIn profile.

Get Certified Today
Webmastertoolbag Certificate
Coding
Learn it. Practice it. Prove it.

×

Contact Sales

If you want to use Webmastertoolbag services as an educational institution, team or enterprise, send us an e-mail:
sales@w3schools.com

Report Error

If you want to report an error, or if you want to make a suggestion, send us an e-mail:
help@w3schools.com

FORUM ABOUT ACADEMY
Webmastertoolbag 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 Webmastertoolbag, you agree to have read and accepted our terms of use, cookies and privacy policy.

Copyright 1999-2026 by Refsnes Data. All Rights Reserved. Webmastertoolbag is Powered by W3.CSS.