C# Tutoriallogin
C# Tutorial
author:php.cn  update time:2022-04-11 14:06:23

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).

C# Useful Books

51mNSGoEhYL._SX359_BO1,204,203,200_.jpg 41bIEY8o7RL._SX331_BO1,204,203,200_.jpg511OlWRkwfL._SX376_BO1,204,203,200_.jpg41Xefw6MD6L._SX397_BO1,204,203,200_.jpg下载.jpg51CPW3Exd1L._SX376_BO1,204,203,200_.jpg