Windows Form application on Visual Studio Code

0 votes
I was learning C# and later I jumped to visual basic. On my Linux system, the only visual studio service available is Visual Studio Code. Is there a way to create Windows form application?
Jun 6, 2022 in C# by rajiv
• 1,620 points
10,700 views

1 answer to this question.

0 votes

There is a simpler way to achieve this. Type in this in your terminal

dotnet new winforms
answered Jun 7, 2022