Skip to content

Commit

Permalink
アプリケーションアーキテクチャ概要編からコンソールアプリの要件別サンプルにリンクを張る (#1057)
Browse files Browse the repository at this point in the history
* リンクを追加

* 冗長な記載を修正
  • Loading branch information
KentaHizume authored Apr 9, 2024
1 parent 93e7f86 commit 04d33ae
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ Vue.js を用いた SPA の構成をとります。

コンソールアプリケーションでは、汎用ホスト [Microsoft.Extensions.Hosting](https://www.nuget.org/packages/Microsoft.Extensions.Hosting/) を用いて構築します。データアクセスには Entity Framework Core を利用します。

サンプルのダウンロードおよび解説については、 [コンソールアプリケーションで DI を利用する](../../samples/console-app-with-di/index.md) を参照してください。

![コンソールアプリケーション アプリケーションスタック](../../images/app-architecture/overview/console-application-maris-light.png#only-light){ loading=lazy }
![コンソールアプリケーション アプリケーションスタック](../../images/app-architecture/overview/console-application-maris-dark.png#only-dark){ loading=lazy }

Expand Down

0 comments on commit 04d33ae

Please sign in to comment.