C# Tutorial
C# is a simple, modern, general-purpose, object-oriented programming language developed by Microsoft.
This tutorial will teach you the basics of C# programming, and will also explain to you various advanced concepts related to the C# programming language.
Start learning C# now!
C# Online Tools
Who is suitable to read this tutorial?
This tutorial helps beginners understand basic C# programming. After completing this tutorial, you will reach an intermediate level of C# programming.
Things you need to know before reading this tutorial:
C# programming is based on C and C++ programming languages, so it will help if you have a basic understanding of C and C++ programming For you to learn the C# programming language.
Compile/execute C# program
php Chinese website provides an online C# online compilation environment. You only need to perform simple clicks to experience real programming experience on a high-end server. . This is a completely free online tool.
Instance
using System; namespace HelloWorldApplication { class HelloWorld { static void Main(string[] args) { /* 我的第一个 C# 程序*/ Console.WriteLine("Hello World!"); Console.ReadKey(); } } }
Run instance »
Click the "Run instance" button to view the online instance
C# Useful Resources
This tutorial lists C# websites, books, and articles.
C# Useful Sites
C# Programming Guide - Describes details about key C# language features and how to access C# through the .NET Framework.
Visual Studio - Download the latest version of Visual Studio, the C# integrated development environment.
Go Mono - Mono is a software platform that allows developers to simply create cross-platform applications.
C Sharp (programming language) - Wikipedia explains C# (programming language).