Questions
- .NET Core is which of the following?
 
a. Open source
b. Cross-platform
c. Free
d. All of the above
Answer: d
- 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 6
d. Mono 5.4+ or later
e. All of the above
Answer: e
- The .NET CLI driver that is mandatory to run CLI commands is which of the following?
 
a. net
b. core
c. dotnet
d. none
Answer: c
- The .NET SDK contains which of the following?
 
a. The .NET CLI
b. BCL
c. The runtime
d. All of the above
Answer: d