「ASP.NET Core MVCプログラミング入門」のサポートページです。
目次
第1章 ASP .NET Core MVCの概要
第2章 ASP .NET Core MVCプロジェクト
第3章 スキャフォールディングの利用
第4章 Modelの活用
第5章 Viewの活用
第6章 Controllerの活用
第7章 List-Detailの関係
第8章 複数Viewの活用
第9章 Web API
第10章 状態管理
第11章 ルーティング
第12章 認証
第13章 シングルページアプリケーション(SPA)
第14章 Azureへデプロイ
サンプルコード
https://github.com/moonmile/aspnet-core-mvc-sample
補足
第3章で dotnet ef コマンドを使い Entity Framework を活用しています。dotnet ef コマンドのインストールに関しては、EF Core ツールのリファレンス (.NET CLI) – EF Core | Microsoft Learn https://learn.microsoft.com/ja-jp/ef/core/cli/dotnet を参考にしてください。
dotnet tool install --global dotnet-ef
だけで十分です。
