본문 바로가기
C#

.NetFramework (닷넷프레임워크) 환경설정 종합정리 / DownLoad URL 등

by 따봉이 2021. 12. 18.
728x90
반응형

 

 

1 .Net Framework 설치 

 설치파일 다운로드 (버전별)

https://dotnet.microsoft.com/en-us/download/dotnet-framework

 

Download .NET Framework | Free official downloads

Downloads for building and running applications with .NET Framework. Get web installer, offline installer, and language pack downloads for .NET Framework.

dotnet.microsoft.com

 

-설치된 장소 확인

32비트 : C:\Windows\Microsoft.NET\Framework

64비트 : C:\Windows\Microsoft.NET\Framework64

 

 

-기타 

컴파일러 - C:\Windows\Microsoft.NET\Framework64\v4.0.30319\csc.exe

명령프롬프트에서 " csc Progrma.cs  " 로 cs파일을 직접 컴파일할 수 있다. 이렇게 하면 Program.exe 파일이 생성된다. 

 

 

 

 

2. Visual Studio DownLoad

https://visualstudio.microsoft.com/ko/vs/?WT.mc_id=DT-MVP-4038234 

 

Visual Studio 2022 | 무료 다운로드

Visual Studio에서 코드 완성, 디버깅, 테스트, Git 관리, 클라우드 배포를 사용하여 코드를 작성합니다. 지금 무료로 커뮤니티를 다운로드하세요.

visualstudio.microsoft.com

 

Community 무료사용 권한

 

개인 개발자는 Community를 사용하면 무료로 어플리케이션을 만들 수 있다. 

 

조직내에서 Community를 사용할 수 있는 조건은 아래와 같다.

 

   - 조직 내의 사요앚는 그 수에 제한 없이 즉, 강의실 학습 환경, 학술 연구 또는 공개 소스 프로젝트 참여 등의 상황에         Visual Studio Community를 사용할 수 있다. 

   - 다른 모든 사용 시나리오 : 기업이 아닌 조직의 경우 최대 5명의 사용자가 Visual Studio Community를 사용할 수

     있다. 기업 조직(PC가 250대 이상이거나 연 매출이 미화 1백만 달러 이상) 에서는 위에 설명한 공개소스, 학술 연구

      및 강의실 학습 환경 시나리오 외에는 사용이 허락되지 않음

 

 

-Microsoft VisualStudio 개발자 센터

https://developer.microsoft.com/en-us/community/

 

Developer Communities

Developer Communities Discover and connect with others who build with Microsoft tools and services.

developer.microsoft.com

 

728x90
반응형

댓글