2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

C#の開発環境を構築する【Visual Studio】

Last updated at Posted at 2023-11-25

本記事のゴール

  • Visual Studio をインストールし、起動を確認する。

Visual Studio インストール

1.Visual Studio のダウンロードページから、コミュニティ版をインストールします。

image1.jpg

2.ダウンロードされた VisualStudioSetup.exe を実行します。

image2.png

3.各条項を確認し、続行を押します。

image3.png

4.利用目的に応じたワークロードを選択します。今回はASP.NETによるWebアプリケーション開発を行うため、「ASP.NETとWeb開発」を選択します。その後、右下のインストールを押します。

各コンポーネントは後から追加でインストールすることが可能です。

image4.png

5.インストールが完了した後、再起動をします。

image5.png

6.Visual Studio を起動します。

image6.png

7.Microsoftアカウントや配色の設定を行います。今回はスキップします。

image7.png

8.以下のような画面が表示されれば成功です!

image8.png

次回の記事

Visual Studio でWebアプリケーションを作成する。

2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?