Kizspy Question: 6
(Choose 1 answer)
Which code demonstrates creating a WPF application using .NET CLI?
A. dotnet new wpf -n MyWpfApp
cd MyWpfApp
dotnet run
B. dotnet new console -n MyWpfApp
cd MyWpfApp
dotnet build
C. dotnet create wpf -n MyWpfApp
dotnet run
D. dotnet new wpfapp -name MyWpfApp
dotnet execute
Dajevan Law.com