C#-API-firststep

C# (Asp.NET Core)でAPIを作成する

1. はじめに

この記事では、C# (Asp.NET Core)でAPIを作成する方法について説明します。

参考URL
https://learn.microsoft.com/ja-jp/aspnet/core/getting-started/?view=aspnetcore-8.0&tabs=windows

2. プロジェクトの作成

まず、以下のコマンドを実行して、新しいプロジェクトを作成します。

1
$ dotnet new

3. プロジェクトの構成

プロジェクトの構成は以下のようになります。

1
2
3
4
5
6
7
MyApi/
├── Controllers/
│ └── ValuesController.cs
├── Models/
│ └── Value.cs
├── MyApi.csproj
└── Program.cs

4. プロジェクトの実行

プロジェクトを実行するには、以下のコマンドを実行します。

1
$ dotnet run

5. プロジェクトのデバッグ

プロジェクトをデバッグするには、以下のコマンドを実行します。

1
$ dotnet watch run

6. プロジェクトのビルド

プロジェクトをビルドするには、以下のコマンドを実行します。

1
$ dotnet build

7. プロジェクトのデプロイ

プロジェクトをデプロイするには、以下のコマンドを実行します。

1
$ dotnet publish

8. おわりに

以上で、C# (Asp.NET Core)でAPIを作成する方法について説明しました。

You forgot to set the business or currency_code for Paypal. Please set it in _config.yml.

コメント

You forgot to set the shortname for Disqus. Please set it in _config.yml.
You need to set client_id and slot_id to show this AD unit. Please set it in _config.yml.