Setting/C# 4

ms docs로 .net 공부하기 (ms docs, 언어포털) (2021. 01. 21)

Study .net with ms docs ms docs 들어가보자 google 에서 ms docs 검색 "설명서" 메뉴를 통해 .net 을 볼 수 있고 .net 의 개요, 개념, 앱 개발, 아키텍처 가이드 등을 볼 수 있지만, 이건 어느정도 C#을 알고 나서 활용하면 좋을것 같고. 본격적으로 배우기 위해서는. "learn 탭 메뉴로 들어가서 아래 그림과 같이 진행해 보자. .NET 을 누르고 들어오면 이렇게 경로를 추천 해 준다. 배우고자 하는 메뉴에 들어가서 가이드에 맞춰서 진행해 보자. 과제를 완료 하면 아래와같이 "최근 활동", "인증", "도전 과제" 목록 들이 있고, 어느것을 완료 했는지, 또한 해당하는 배지 + 경험치들도 있다. 재미있는 시스템이 될 것 같다. 향후 .net 으로 이직 할 때..

Setting/C# 2021.01.21

.net 기반 프로젝트 생성 with Visual Studio Code (2021. 01. 21)

기존 비쥬얼 스튜디오 2019 커뮤니티를 쓰기 싫어서... 텍스트 에디터인 VS Code를 이용하여 C#을 하고 싶어서 알아본 방법. C#, .net with Visual Studio Code 우선 .net 버전을 확인 dhddl.tistory.com/200 .net5 설치와 확인 (.net5 Installation and verification) dotnet.microsoft.com/download 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 F.. d..

Setting/C# 2021.01.21

.net5 설치와 확인 (.net5 Installation and verification) (2021. 01. 20)

.net5 Installation and verification dotnet.microsoft.com/download 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 Core, and ASP.NET. dotnet.microsoft.com 사이트로 들어가서 실행하고 그냥 설치 눌러주시면 설치가 됩니다. 콘솔창은 시작프로그램 - "cmd" 입력 으로 화면을 띄울 수 있는데. (cmd는 Command의 약어입니다.)

Setting/C# 2021.01.20