Microsoft Visual Studio 의 첫 번째 버전은 1998년에 출시되었습니다. 현재 최신 제품의 이름은 Visual Studio 2017 이며 수많은 기능을 포함하고 있습니다. 그것은 1998년에 출시된 이후로 먼 길을 왔습니다. 글쎄요(Well) , 초보자가 VS를 시작하는 방법에 대해 빠르게 살펴보겠습니다. 따라서 우선 온라인 설치 프로그램을 사용할지 아니면 오프라인으로 먼저 가져올지 결정해야 합니다. 이것은 이상하게 복잡합니다. 패키지에 Android Emulator 및 iOS SDK 등과 같은 타사 구성 요소가 있기 때문에 Microsoft 는 (Microsoft)VS 2015 이전과 같이 오프라인 (VS 2015)ISO 이미지를 직접 호스팅할 수 없습니다 . 따라서(Hence), 오프라인 또는 온라인 설치 프로그램을 원하는지 여부에 따라 소프트웨어를 다운로드하는 두 가지 방법이 있습니다. 이 두 가지를 하나씩 살펴보도록 하겠습니다.
비주얼 스튜디오를 설치하는 방법
오프라인 방식
올바른 에디션 얻기
먼저(First) 실제로 다운로드하려는 Microsoft Visual Studio 버전을 확인해야 합니다 . 그런 다음 해당 특정 버전에 적합한 웹 설치 프로그램을 가져와야 합니다. 다음 링크는 원하는 VS 2017 에디션의 웹 설치 프로그램에 대한 것 입니다.
- (Get)여기에서 Visual Studio Community 2017 을 받으세요 .(here.)
- (Find)여기에서 Visual Studio Professional 2017 을 찾으 십시오.(here.)
- 여기에서 Visual Studio Enterprise 2017(Download Visual Studio Enterprise 2017) 을 다운로드 하십시오.(here.)
오프라인 캐시에 대한 모든 파일 가져오기
이 지역은 약간 까다롭습니다. 여기에서 먼저 다운로드해야 하는 개발 구성 요소를 판단해야 합니다. .NET 웹 및 데스크톱 개발 패키지에 대한 별도의 명령(예! 명령)이 있습니다. .NET Office Development(Office Development) 및 그에 따른 더 많은 것을 위한 별도의 것 .
각 구성 요소에 대해 시작하겠습니다. 나는 이것을 말하고 있다; 모든 구성 요소를 얻을 필요는 없습니다. 당신에게 중요한 것만 가져오세요.
먼저 관리자 (Administrator)권한 으로 (Rights)명령 프롬프트(Command Prompt) 를 엽니다 .
그런 다음 방금 다운로드한 설치 프로그램이 저장된 위치로 이동 합니다.(Navigate)
이제 필요에 따라 다음 명령줄 지침을 실행하기 시작합니다.
- .NET 웹 및 .NET 데스크톱(.NET Desktop) 개발의 경우 다음을 실행합니다 .
vs_community.exe --layout c:\vs2017layout --add Microsoft.VisualStudio.Workload.ManagedDesktop --add Microsoft.VisualStudio.Workload.NetWeb --add Component.GitHub.VisualStudio --includeOptional --lang en-US
- .NET Desktop 및 Office Development 의 경우 다음을 실행합니다.
vs_community.exe --layout c:\vs2017layout --add Microsoft.VisualStudio.Workload.ManagedDesktop --add Microsoft.VisualStudio.Workload.Office --includeOptional --lang en-US
- C++ 데스크톱 개발의 경우 다음을 실행합니다.
vs_community.exe --layout c:\vs2017layout --add Microsoft.VisualStudio.Workload.NativeDesktop --includeRecommended --lang en-US
- 완전한 기능을 갖춘 오프라인 구성 요소 컬렉션의 경우 다음을 실행합니다.
vs_community.exe --layout c:\vs2017layout --lang en-US
소프트웨어 언어로 영어를 사용하지 않으려면 위의 명령에서 en-US 를 원하는 언어로 바꾸면 됩니다.(en-US)
다운로드한 캐시에서 Visual Studio 설치
다운로드한 파일만 설치하려면 이 명령줄 명령을 실행하여 확인할 수 있습니다.
vs_community.exe --layout c:\vs2017layout --add Microsoft.VisualStudio.Workload.ManagedDesktop --add Microsoft.VisualStudio.Workload.NetWeb --add Component.GitHub.VisualStudio --includeOptional --lang en-US
이제 마지막으로 다운로드한 파일에서 VS를 설치하려면 이 명령줄 명령을 실행하십시오.
c:\vs2017layout\vs_community.exe --add Microsoft.VisualStudio.Workload.ManagedDesktop --add Microsoft.VisualStudio.Workload.NetWeb --add Component.GitHub.VisualStudio --includeOptional
온라인 설치
온라인 설치 프로그램으로 Visual Studio 를 다운로드하려면 원하는 버전에 따라 다음 파일 중 하나를 다운로드하십시오.
- (Get)여기에서 Visual Studio Community 2017 을 받으세요 .(here.)
- (Find)여기에서 Visual Studio Professional 2017 을 찾으 십시오.(here.)
- 여기에서 Visual Studio Enterprise 2017(Download Visual Studio Enterprise 2017) 을 다운로드 하십시오.(here.)
방금 다운로드한 파일을 실행하면 됩니다. 그러면 이와 유사한 화면이 나타납니다.
이제 계속(continue) 을 클릭 하면 이 페이지가 표시됩니다.
이 페이지에서 다운로드해야 하는 구성 요소를 선택해야 합니다. 그것들을 선택하고 설치를 클릭하십시오 .(Install.)
그러면 VS가 아래 스크린샷과 같이 선택한 구성 요소를 다운로드하고 적용하는 것을 볼 수 있습니다.
그런 다음 랩톱 또는 Surface(Surface) 장치 를 사용하는 경우 장치를 연결하기만 하면 됩니다 . 이것은 설치가 진행되는 동안 컴퓨터가 절전 모드로 전환되는 것을 원하지 않기 때문입니다. 설치 프로그램이 모든 필수 구성 요소를 적용하면 이 화면이 표시됩니다.
유레카! 컴퓨터에 Visual Studio 2017 이 설치되어 있습니다. 아래 화면 스니펫과 같이 시작 메뉴(Start Menu) 에서 찾거나 바탕 화면에서 바로 가기로 찾을 수 있습니다.
이제 Visual Studio 를 실행하면 (Studio)Microsoft 계정(Microsoft Account) 으로 로그인하라는 메시지가 표시됩니다 . Professional 또는 Enterprise 버전을 사용하는 경우 구독을 구매할 때 사용한 이메일로 로그인하는 것이 좋습니다. 로그인하면 이 시작하기 (Get Started ) 페이지가 표시됩니다.
먼저 VS 2017(VS 2017) 내부에서 작동하는 방식을 살펴보겠습니다 . File> New > Project. 로 이동합니다 . 이제 아래 화면 스니펫에 표시된 것과 유사한 작은 창이 나타납니다.
초보자와 간단한 프로그램 예제 를 위해 왼쪽 패널에서 Visual C# library선택(Choose) 하고 구성 요소 목록에서 콘솔 앱 을 선택합니다. (Console App)이제 확인을 누르 십시오.(OK.)
C# 콘솔 앱(Console App) 을 기반으로 새 프로젝트를 만들고 엽니다.
이제 위의 스니펫에 표시된 대로 중괄호 사이에 코드 작성을 시작할 수 있습니다.
해당 코드 블록에 이 코드를 작성하십시오. (코드 블록은 특정 함수의 두 중괄호 사이의 영역입니다. 여기서는 Main 함수입니다.)
Console.WriteLine("Welcome to TheWindowsClub.com!");
Console.ReadLine();
이제 코드는 다음과 같아야 합니다.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace HelloWorld
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("Welcome to TheWindowsClub.com!");
Console.ReadLine();
}
}
}
프로그램을 실행하려면 키보드에서 F5 키 를 누르십시오. (F5 )이제 다음과 같이 출력을 보여주는 콘솔 창이 나타납니다.
Welcome to TheWindowsClub.com!
이제 코드로 인해 Console.ReadLine(); 코드로 돌아가려면 키보드의 아무 키나 눌러야 합니다.
이것은 C#으로 작성된 매우 기본적인 프로그램입니다. 더 많은 것을 알고 싶다면 .NET Framework 및 .NET Core 에서 지원되는 언어(Languages) 에 대한 자습서를 확인하는 것이 좋습니다 . 그리고 공식 비디오에서 배우고 싶다면 Microsoft Virtual Academy ( MVA )가 도와드릴 것입니다. MVA 는 (MVA)Microsoft 에서 직접 인증하는 데 도움이 됩니다.
팁(TIP) : MVA 에서 C#을 배우려면 (MVA)여기에서 찾을(found here) 수 있는 Bob Tabor의 자습서를 참조하는 것이 좋습니다 .
더 궁금한 사항이 있으시면 댓글로 남겨주시면 최대한 빠른 시일 내에 답변드리도록 하겠습니다.(If you have any further queries, feel free to comment them down, and I will try my best to address them as soon as possible.)
A beginner's guide on how to get started with Visual Studio
The first vеrsion of Microsoft Visual Studio was released in 1998. Currently, the latest offering is named Visual Studio 2017 and contains a ton of features. It has come a long way since it was released in 1998. Well, lets just quickly dive in on how a beginner can get started with VS. So, first of all, you will need to decide if you are gonna use an online installer or get it offline first. This is strangely complicated. Due to the presence of third-party components like Android Emulator and iOS SDK, etc. in the package, Microsoft cannot directly host the offline ISO images as it used to until VS 2015. Hence, there are two different ways to download the software depending upon if you want an offline or an online installer. Let us just go through both of them one by one.
How to install Visual Studio
Offline Method
Getting the right edition
First of all, you need to make sure what edition of Microsoft Visual Studio you actually want to download. Then, you will have to need to get the suitable web installer for that particular edition. The following links are for the web installer of your desired edition of VS 2017.
- Get Visual Studio Community 2017 from here.
- Find Visual Studio Professional 2017 from here.
- Download Visual Studio Enterprise 2017 from here.
Getting all the files for an offline cache
This area is slightly tricky. Here, you will have first to judge what development components you need to download. There is a separate command (yes! command) for .NET web and desktop development packages. A separate one for .NET Office Development and accordingly more.
Let us just get started for each component. I am saying this; you need not get all the components. Get just those that matter to you.
First, open Command Prompt with Administrator Rights.
Then, Navigate to the location where the installer that you just downloaded is stored.
Now, start executing the following command line instructions as per your need.
- For .NET web and .NET Desktop development, run this:
vs_community.exe --layout c:\vs2017layout --add Microsoft.VisualStudio.Workload.ManagedDesktop --add Microsoft.VisualStudio.Workload.NetWeb --add Component.GitHub.VisualStudio --includeOptional --lang en-US
- For .NET Desktop and Office Development, run this:
vs_community.exe --layout c:\vs2017layout --add Microsoft.VisualStudio.Workload.ManagedDesktop --add Microsoft.VisualStudio.Workload.Office --includeOptional --lang en-US
- For C++ desktop development, run this:
vs_community.exe --layout c:\vs2017layout --add Microsoft.VisualStudio.Workload.NativeDesktop --includeRecommended --lang en-US
- For the complete feature packed offline collection of components, run this:
vs_community.exe --layout c:\vs2017layout --lang en-US
If you want to not use English as the language for the software, just swap en-US in the commands above with your desired language.
Installing Visual Studio from the downloaded cache
Just in case you wish to ensure that you install only those files that you have downloaded, you can run this command line instruction to verify.
vs_community.exe --layout c:\vs2017layout --add Microsoft.VisualStudio.Workload.ManagedDesktop --add Microsoft.VisualStudio.Workload.NetWeb --add Component.GitHub.VisualStudio --includeOptional --lang en-US
Now, finally to install VS from the downloaded files, run this command line instruction.
c:\vs2017layout\vs_community.exe --add Microsoft.VisualStudio.Workload.ManagedDesktop --add Microsoft.VisualStudio.Workload.NetWeb --add Component.GitHub.VisualStudio --includeOptional
Online installation
To download Visual Studio with an online installer, just download one of the following files according to your desired edition.
- Get Visual Studio Community 2017 from here.
- Find Visual Studio Professional 2017 from here.
- Download Visual Studio Enterprise 2017 from here.
Just run the file that you just downloaded. After that, you will see a screen similar to this.
Now, click on continue and now you will see this page.
On this page, you will have to select the components that you need to download. Select them and click on Install.
After this, you will see VS downloading and applying components that you selected as shown in the screenshot below.
After this, you just have to plug in your device in case you are using a laptop or a Surface device. This is so because you don’t want your computer to go to sleep while this installation is taking place. And when your installer is done with applying all the required components, you will see this screen.
Eureka! You have Visual Studio 2017 installed on your machine. You can find it in the Start Menu as shown in the screen snippet below or else find it as a shortcut on your desktop.
Now, when you run Visual Studio, it will ask you to sign in with your Microsoft Account. If you are using Professional or Enterprise edition, I would recommend you to sign in with the email that you used to buy the subscription. After you are signed in, you will see this Get Started page.
First, we will see how things work inside VS 2017. Navigate to File> New > Project. A small window will pop up now which will resemble this as shown in the screen snippet below.
Just for starters and a simple program example, Choose the Visual C# library in the left panel and Console App in the list of components. And now, hit OK.
This will create a new project based on a C# Console App and open it.
Now, you can start writing your code in between those curly braces as marked in the snippet above.
Write this code in that code block. (A code block is a region between two curly brackets of a particular function. Here, the Main function.)
Console.WriteLine("Welcome to TheWindowsClub.com!");
Console.ReadLine();
Simply now your code should be looking something like this:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace HelloWorld
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("Welcome to TheWindowsClub.com!");
Console.ReadLine();
}
}
}
Hit F5 on your keyboard to run the program. Now, a console window will pop up showing you the output as
Welcome to TheWindowsClub.com!
Now due to the code is written as Console.ReadLine(); you will have to press any key on the keyboard to return to your code.
This was a very basic program written in C#, in case you would like to discover more, I would recommend you to check our Tutorials about Languages supported in .NET Framework and .NET Core. And in case you wish to learn from official videos, Microsoft Virtual Academy (MVA) will be able to help you. MVA will even help you certified by Microsoft directly.
TIP: To learn C# from MVA, I would highly recommend you to refer Bob Tabor’s tutorials which can be found here.
If you have any further queries, feel free to comment them down, and I will try my best to address them as soon as possible.