From 15bafe13e811445968f16e217635fe9af01e0441 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=91=E5=8A=9B=E8=B1=AA?= <2900882185@qq.com> Date: Mon, 11 Nov 2024 15:33:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../20241111--MVC(1).md" | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 "\351\203\221\345\212\233\350\261\252/20241111--MVC(1).md" diff --git "a/\351\203\221\345\212\233\350\261\252/20241111--MVC(1).md" "b/\351\203\221\345\212\233\350\261\252/20241111--MVC(1).md" new file mode 100644 index 0000000..f5321db --- /dev/null +++ "b/\351\203\221\345\212\233\350\261\252/20241111--MVC(1).md" @@ -0,0 +1,28 @@ + +### asp.net core mvc环境 +1. .net8 +2. vscode +### Asp.Net Core 基础 +### net8 +#### 语言 +1. C# +2. F# +3. Visual Basic +#### 框架 +1. web应用 +2. asp应用 +3. WebFrom +4. mvc应用 +#### 桌面应用 +* Winfrom +* WPF +* Web Api api应用或者叫服务 +* WCF 开发服务 +* 移动应用开发 +* 工业互联网 +* 游戏开发 Unity 王者荣耀 +* 物联网 +#### 平台 ++ Linux Debian 红帽子系的发行版本 SUSE德系 ++ Windows系统 这里主要指Windows服务器版本 ++ 苹果系统 类 Unix系统 FreeBSD \ No newline at end of file -- Gitee