Preriquisites
+ Basics
You must be comfortable with Object Oriented Programming and C# basics (see our tutorial).
Summary
+ Environment (basic configuration for Windows users)
-- Using .Net framework and Visual Studio Code
In order to use C#, you need two things to start :
* Using Microsoft .Net framework and the Visual Studio Code IDE (free and powerful), for your project development.
+ Then...
1 - Install .Net framework (Runtime and Developer Pack).
2 - Install Visual Studio Code.
3 - Create a folder on your hard disk, naming it HelloWorld.4 - Open Visual Studio Code, in the MENU, click on File -- Open Folder, and select HelloWorld folder...
5 - Open a terminal (MENU -- Terminal -- New Terminal)...
6 - Then type :
dotnet new console --framework net7.0
In order to continue reading this page, you have to login or register first...