c# introductory tutorial (people with a certain computer foundation)

Don't talk nonsense, people with a certain foundation, such as java and other programmers

What is c#?

Development language, why learn? Mainstream games are developed with this

How does c# work?

C# is made by Microsoft, Microsoft has made a .net framework, and c# runs on it. Windows has its own .net framework, but it’s too spicy, it only supports windows, the effect is not good, so there is no change, and then Microsoft released a new .net core, which supports c# programs running on linux, windows, and mac. So now it's all built on .net core

His suffix is ​​cs, which can be compiled into an exe program

Download and install.net core

Download .NET (Linux, macOS and Windows)

c# development tools

Are you writing code in Notepad and Memo? Impossible, then use a dedicated development tool.

Click the link directly to download

Thank You for Downloading Visual Studio Community Editionm

There is nothing to pay attention to. After the installation, the first time I entered the selection of .Net desktop development , I also installed unity by the way

After entering, the interface will probably look like this

 demo development

First of all, go to github to find any c# project. It is best to find the one you are interested in. I found a steam token binding

Then clone down

 Then open it through vs (click to open the file with the suffix sln)

 

 

Guess you like

Origin blog.csdn.net/qq_38403590/article/details/130625188