Running Code
You can run code directly from a web page using ready-made components, for example:
Line 1, Char 1
This is the simplest approach that just works. You do not need to choose, download, and install an IDE, create a project, or run it. It is suitable for beginners, for quickly running a block of code, or for those who do not want to install a full IDE.
Installing an IDE
Alternatively, you can install a full IDE, such as Rider, Visual Studio, or Visual Studio Code.
An IDE (Integrated Development Environment) is software that provides a set of tools for program development. An IDE combines several features in one application that simplify writing, testing, and debugging code.
Installation requires extra effort, but an IDE is a much more powerful tool. An IDE is the standard for writing code.
You do not have to install an IDE to complete this course, and you can move on to the next lesson right away.
To install an IDE, download the installer from the official website and follow the instructions.