Multiple choice technology programming languages

You can write a Console Application or a Windows Application in C#, without using Visual Studio.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

C# programs can be written in any text editor and compiled using the csc command-line compiler. Visual Studio is an optional IDE that provides convenience features, but it's not required. The .NET SDK includes all necessary compilers and tools for building applications.