Questions
- .NET Core is which of the following?
a. Open source
b. Cross-platform
c. Free
d. All of the above
- The .NET Standard 2.0 library is supported by which of the following?
a. .NET Framework 4.6.1 or later
b. .NET Core 2.0 or later
c. .NET 5
d. Mono 5.4+ or later
e. All of the above
- The .NET CLI driver that is mandatory to run CLI commands is which of the following?
a.
net
b.
core
c.
dotnet
d.
none
- The .NET SDK contains which of the following?
a. the .NET CLI
b. BCL
c. The runtime
d. All of the above