ASP .NET - Graded Quiz

11. What is .NET CLI?

  • A software library used for developing desktop applications.
  • A command-line interface used for developing, building, and managing .NET projects and applications.
  • A programming language used for developing web applications.
  • A tool used for database management in .NET applications.

12. Which of the following is not a .NET CLI command?

  • dotnet new
  • dotnet run
  • dotnet test
  • dotnet stop

13. What is the .NET Core platform?

  • A platform for developing desktop applications in .NET.
  • A platform for developing web applications in .NET.
  • A platform for developing mobile applications in .NET.
  • All of the above.

14. Which of the following is not part of the .NET Core platform?

  • Language compilers.
  • Core CLR.
  • JavaFX.
  • coreFx.

15. What is a .NET Core console application?

  • An application that runs in the web browser.
  • An application that runs on the server.
  • An application that runs on the desktop.
  • A command-line application that runs on the .NET Core platform.

16. What is the .NET CLI used for?

  • To build and run .NET applications.
  • To create and manage virtual machines.
  • To develop mobile applications.
  • To manage network infrastructure.

17. What is the command used to create a new .NET Core console application?

  • dotnet run
  • dotnet new
  • dotnet new console
  • dotnet build

18. Which of the following is a language compiler in .NET Core?

  • MSBuild
  • NuGet
  • Roslyn
  • CoreFx

19. What is the command used to restore dependencies for a .NET Core project?

  • dotnet run
  • dotnet restore
  • dotnet build
  • dotnet new

20. Which of the following is a command used to create a new .NET Core console application with the .NET CLI?

  • dotnet restore
  • dotnet build
  • dotnet run
  • dotnet new console

Leave a Reply