Reference no: EM133658859
Problem
A. What does the C# keyword void mean?
B. What are some differences between imperative and functional programming styles?
C. In Visual Studio Code, what is the difference between pressing F5, Ctrl or Cma +?F5, Shift + F5, and Ctrl or Cmd + Shift + F5?
D. Where does the Trace. WriteLine method write its output to?
E. What are the five trace levels?
F. What is the difference between Debug and Trace?
G. When writing a unit test, what are the three As?
H. When writing a unit test using Unit, what attribute must you decorate the test methods with?
I. What dotnet command executes Unit tests?
J. What is TDD?