From 0d790abd2a1d6d66691794f59bfa985824ce8229 Mon Sep 17 00:00:00 2001 From: leo Date: Mon, 22 Apr 2024 12:33:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20C#?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- C%23.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/C%23.md b/C%23.md index 67f6b7e..7cfc8df 100644 --- a/C%23.md +++ b/C%23.md @@ -1,4 +1,4 @@ -# ASP.NET +# .NET ## 介紹 ### 目前都以.NET6去做開發,有以下特點 * 簡化的開發:非常容易上手。 C# 10中的新語言功能可減少您需要撰寫的程式碼數量。 對 Web 堆疊和最少 API 的投資,可讓您輕鬆快速寫入較小且更快速的微服務。 @@ -73,6 +73,7 @@ select c ![](http://140.125.21.65:8418/Education/Backend/raw/branch/master/C_shape/img/%E5%9C%96%E7%89%871.png) ### 若需要快速建立,則直接使用我提供的DEMO去做開發 +# ASPNET ### 建立新專案 ![](http://140.125.21.65:8418/Education/Backend/raw/branch/master/C_shape/img/%E5%9C%96%E7%89%872.png) @@ -128,3 +129,5 @@ select c ![](http://140.125.21.65:8418/Education/Backend/raw/branch/master/C_shape/img/%E5%9C%96%E7%89%8715.png) +## +# WEBAPI