This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Choose the best response for each question.
Imagine that you used C# code to create a new application. After running the code, you discover a bug in your logic. How can you find the bug?
The C# compiler helps you find the logic bug.
The .NET runtime helps you find the logic bug.
A class in the .NET library helps you find your logic bug.
The debugging features of Visual Studio or the .NET CLI can help you find your logic bug.
Which one of the following terms describes an application framework that combines several related libraries. Along with starter projects, file templates, code generators, and other tools that developers use to build an application for a specific purpose?
A workload
An app model
An assembly
An environment
Which one of the following terms best describes the installer that you need to create projects, write code, call methods in libraries, and compile code. Then build, debug, and run applications?
The .NET runtime
The .NET base libraries
The .NET SDK
A .NET assembly
You must answer all questions before checking your work.
Was this page helpful?