반응형
1. Dotnet Core 설치
.Net Core SDK를 다운로드 받아 설치합니다.
.Net Core 3.1 이후에는 .Net 5에 통합되었으므로 최신 버전은 .Net 5 이상을 다운받아 설치하면 됩니다.
Download .NET (Linux, macOS, and Windows)
Free downloads for building and running .NET apps on Linux, macOS, and Windows. Runtimes, SDKs, and developer packs for .NET Framework, .NET, and ASP.NET.
dotnet.microsoft.com
2. 생성
dotnet new wpf
...or...
dotnet new winforms
...or...
dotnet new console
3. 실행
dotnet run
반응형
'Programming > C#' 카테고리의 다른 글
C#(WPF) 프린트 - 단순 출력부터 다이얼로그 없이 출력하기까지 (0) | 2022.01.14 |
---|---|
C#(WPF) - VSCode에서 Resource Directory 추가하기 (0) | 2021.11.02 |
C#(WPF) - GUI 연습하기 2 (0) | 2021.10.30 |
C#(WPF) - GUI 연습하기(with Material Design) (0) | 2021.10.29 |
C#(WPF) - VSCode에서 Material Design 적용하기 (0) | 2021.10.28 |