소프트웨어 개발(SW Dev)/C#20 c# 언어 표준 C# 언어 표준 관련 링크 남겨봅니다. 마소 블로그 글 참조 : devblogs.microsoft.com/dotnet/announcing-open-source-c-standardization-standards/ The ECMA C# standards committee, TC-49-TG2 is still responsible for creating the proposed standard for the C# language. What changes is that work now happens in the open, under the .NET Foundation. You can see work in progress on the standard text for C# 6. This work merges the d.. 2021. 4. 7. Code Review checklist and guidelines for C# Developers Introduction This is a General Code Review checklist and guidelines for C# Developers, which will be served as a reference point while development. 1. Make sure that there shouldn't be any project warnings. 2. It will be much better if Code Analysis is performed on a project (with all Microsoft Rules enabled) and then remove the warnings. 3. All unused usings need to be removed. Code cleanup for.. 2021. 3. 22. Visual Studio Code로 C# 프로그램 개발 vscode로 C# 개발을 위해서 우선 프로젝트 생성을 해야 한다. visual studio 에서 콘솔, winform 선택해서 프로젝트 생성하는 것처럼 vscode의 터미널 창에서 dotnet new 명령어로 프로젝트 생성 시 console 외에 다른 옵션이 궁금해서 확인해 보았다. dotnet new console dotnet new winforms ... 2021. 3. 19. .NET Framework 다운로드 경로 .NET Framework 다운로드 경로 dotnet.microsoft.com/download/visual-studio-sdks?utm_source=getdotnetsdk&utm_medium=referral 2021. 3. 17. 이전 1 2 3 4 5 다음 728x90