Microsoft Visual Studioの最初のバージョンは1998年にリリースされました。現在、最新の製品はVisual Studio 2017という名前で、多数の機能が含まれています。1998年にリリースされて以来、長い道のりを歩んできました。では(Well)、初心者がVSを使い始める方法について簡単に説明します。したがって、まず最初に、オンラインインストーラーを使用するか、最初にオフラインにするかを決定する必要があります。これは奇妙に複雑です。パッケージにはAndroidEmulatorやiOSSDK(SDK)などのサードパーティコンポーネントが含まれているため、 Microsoftは(Microsoft)VS2015まで以前のようにオフラインISOイメージを直接ホストすることはできません。したがって、(Hence)、オフラインインストーラーとオンラインインストーラーのどちらが必要かによって、ソフトウェアをダウンロードする方法は2つあります。両方を1つずつ見ていきましょう。
VisualStudioをインストールする方法
オフライン方式
適切なエディションを入手する
まず(First)、実際にダウンロードするMicrosoftVisualStudioのエディションを確認する必要があります。次に、その特定のエディションに適したWebインストーラーを入手する必要があります。次のリンクは、 VS2017(VS 2017)の目的のエディションのWebインストーラー用です。
- (Get)ここ(Studio Community 2017)からVisualStudioCommunity2017を入手してください。(here.)
- (Find)ここ(Studio Professional 2017)からVisualStudioProfessional2017を見つけます。(here.)
- (Download Visual Studio Enterprise 2017)ここからVisualStudioEnterprise2017をダウンロードします。(here.)
オフラインキャッシュ用のすべてのファイルを取得する
この領域は少し注意が必要です。ここでは、最初にダウンロードする必要のある開発コンポーネントを判断する必要があります。.NET Webおよびデスクトップ開発パッケージ用に個別のコマンド(yes!コマンド)があります。.NETOfficeDevelopment(Office Development)用の別のものとそれに応じてそれ以上。
各コンポーネントについて始めましょう。私はこれを言っています。すべてのコンポーネントを入手する必要はありません。あなたにとって重要なものだけを入手してください。
まず、管理者(Administrator)権限で(Rights)コマンドプロンプト(Command Prompt)を開きます。
次に、ダウンロードしたインストーラーが保存されている場所に移動します。(Navigate)
次に、必要に応じて次のコマンドライン命令の実行を開始します。
- .NETWebおよび.NETDesktop(.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デスクトップ(.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)
ダウンロードしたキャッシュからのVisualStudioのインストール
ダウンロードしたファイルのみをインストールする場合に備えて、このコマンドライン命令を実行して確認できます。
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
オンラインインストール
オンラインインストーラーを使用してVisualStudio(Studio)をダウンロードするには、目的のエディションに応じて次のファイルのいずれかをダウンロードするだけです。
- (Get)ここ(Studio Community 2017)からVisualStudioCommunity2017を入手してください。(here.)
- (Find)ここ(Studio Professional 2017)からVisualStudioProfessional2017を見つけます。(here.)
- (Download Visual Studio Enterprise 2017)ここからVisualStudioEnterprise2017をダウンロードします。(here.)
ダウンロードしたファイルを実行するだけです。その後、次のような画面が表示されます。
次に、[続行(continue)]をクリックすると、このページが表示されます。
このページでは、ダウンロードする必要のあるコンポーネントを選択する必要があります。それらを選択し、[ インストール]をクリックします。(Install.)
この後、下のスクリーンショットに示すように、選択したコンポーネントをダウンロードして適用するVSが表示されます。
この後、ラップトップまたはSurface(Surface)デバイスを使用している場合は、デバイスを接続するだけです。これは、このインストールが行われている間、コンピューターをスリープ状態にしたくないためです。そして、インストーラーが必要なすべてのコンポーネントの適用を完了すると、この画面が表示されます。
ユーレカ!VisualStudio2017がマシン(Studio 2017)にインストールされています。以下の画面スニペットに示すように、スタートメニュー(Start Menu)で見つけることができます。または、デスクトップ上のショートカットとして見つけることもできます。
これで、Visual Studio(Studio)を実行すると、 Microsoftアカウント(Microsoft Account)でサインインするように求められます。ProfessionalまたはEnterpriseエディションを使用している場合は、サブスクリプションの購入に使用した電子メールでサインインすることをお勧めします。サインインすると、この 「はじめ (Get Started )に」ページが表示されます。
まず、 VS2017(VS 2017)内でどのように機能するかを確認します。[ File> New > Project. 以下の画面スニペットに示すように、これに似た小さなウィンドウがポップアップ表示されます。
初心者と簡単なプログラムの例として、左側のパネルでVisual C# library選択(Choose)し、コンポーネントのリストでコンソールアプリを選択します。(Console App)そして今、 OKを押してください。(OK.)
これにより、C#コンソールアプリ(Console App)に基づいて新しいプロジェクトが作成され、開きます。
これで、上記のスニペットでマークされているように、中括弧の間にコードを書き始めることができます。
このコードをそのコードブロックに記述します。(コードブロックは、特定の関数の2つの中括弧の間の領域です。ここでは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 キーを押して、プログラムを実行します。これで、コンソールウィンドウがポップアップ表示され、出力が次のように表示されます。
Welcome to TheWindowsClub.com!
コードが原因で、 Console.ReadLine(); として記述されています。(Console.ReadLine(); )コードに戻るには、キーボードの任意のキーを押す必要があります。
これはC#で記述された非常に基本的なプログラムでした。詳細を知りたい場合は、.NETFrameworkおよび.NETCoreでサポートされている言語(Languages)に関するチュートリアルを確認することをお勧めします。また、公式ビデオから学びたい場合は、Microsoft Virtual Academy(MVA)がお手伝いします。MVAは、 (MVA)Microsoftによる直接の認定にも役立ちます。
ヒント: (TIP)MVAからC#を学ぶには、ここ(found here)にあるBobTaborのチュートリアルを参照することを強くお勧めします。
ご不明な点がございましたら、お気軽にコメントをお寄せください。できる限り早急に対応させていただきます。(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 fіrst vеrsіon 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.