0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

【メモ】Visual Studioで.NET Core MVCプロジェクトを作る手順

Posted at

① Visual Studioを起動

  • Windowsのスタートメニューから「Visual Studio 2022」を開く

② 「新しいプロジェクトの作成」をクリック

  • 起動画面にある「新しいプロジェクトの作成」を選択

③ プロジェクトテンプレートを選ぶ

  • 検索欄に「MVC」と入力
  • 「ASP.NET Core Web アプリ(Model-View-Controller)」を選択
  • 英語環境では「ASP.NET Core Web App (Model-View-Controller)」

④ プロジェクトの設定

  • プロジェクト名:好きな名前でOK(例:MyMvcApp)
  • 場所:保存したいフォルダを選ぶ
  • 「次へ」

⑤ フレームワークの選択

  • .NETのバージョンを選ぶ(例:.NET 8.0)
  • 認証:今回は「認証なし」でOK
  • 「作成」をクリック!
0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?