Multiple choice technology programming languages

Which tool is used to build .net 1.1 solutions from command line

  1. MSBuild

  2. NAnt

  3. Ant

  4. Not Possible to build solutions from command line

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

For .NET 1.1, MSBuild did not yet support building solutions directly. NAnt was the primary open-source build tool used to compile .NET 1.1 solution and project files from the command line. Ant is java-based, and building from the command line is indeed possible.