Kizspy | Question: 7
(Choose 1 answer)
Which of the following commands can be used to create a WPF application named MyApp by.NET CLI tool?
A. dotnet new wpf -n MyApp
B. dotnet create wpf -n MyApp
C. dotnet new wpf MyApp
D. dotnet create wpf -I MyApp