21. What is the .NET Core platform?

  • A software library for building web applications.
  • A cloud-based platform for building and deploying .NET applications.
  • A platform for managing database systems in .NET applications.
  • A platform that includes language compilers, the Core CLR, and coreFx.

22. What is the .NET CLI command to create a new console application in C#?

  • dotnet new mvc
  • dotnet new webapi
  • dotnet new classlib
  • dotnet new console

23. What is the .NET CLI command to build a .NET Core project?

  • dotnet run
  • dotnet publish
  • dotnet build
  • dotnet clean

24. Which of the following is not a language compiler supported by .NET Core?

  • C#
  • Visual Basic
  • F#
  • Java

25. Which of the following is a component of the .NET Core platform that provides a set of APIs for building applications?

  • .NET Core CLI
  • Core CLR
  • coreFx
  • Both B and C

Leave a Reply