You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
title: "Choose between ASP.NET and ASP.NET Core | Microsoft Docs"
2
+
title: "在 ASP.NET 和 ASP.NET Core 之间选择 | Microsoft Docs"
3
3
author: rick-anderson
4
-
description: "How to choose between ASP.NET and ASP.NET Core."
4
+
description: 如何在 ASP.NET 和 ASP.NET Core 之间选择。"
5
5
ms.author: aspnetcontent
6
6
manager: wpickett
7
7
ms.date: 03/12/2010
@@ -13,42 +13,44 @@ msc.legacyurl: /learn
13
13
msc.type: content
14
14
---
15
15
16
-
# Choose between ASP.NET and ASP.NET Core
16
+
# 在 ASP.NET 和 ASP.NET Core 之间选择
17
17
18
-
No matter the web application you are creating, ASP.NET has a solution for you: from enterprise web applications targeting Windows Server, to small microservices targeting Linux containers, and everything in between.
18
+
翻译:[刘怡(AlexLEWIS)](http://github.com/alexinea)
19
+
20
+
不要怀疑你所创建的网络应用程序,ASP.NET 为你提供了解决方案:从针对 Windows Server 的企业网络应用到针对 Linnux 容器的小型微服务,以及两者间的任何事物。
19
21
20
22
## ASP.NET Core
21
23
22
-
ASP.NET Core is a new open-source and cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
24
+
ASP.NET Core 是新的开源、跨平台的 .NET Framework,可用于在 Windows 或 Linux 上构建现代的基于云的网络应用程序。
23
25
24
26
## ASP.NET
25
27
26
-
ASP.NET is a mature web platform that provides all the services that you require to build enterprise-class server-based web applications using .NET on Windows.
28
+
ASP.NET 是成熟的 Web 平台,提供了所有你需要的用于在 Windows 上使用 .NET 构建企业级基于服务器的网络应用的所有服务。
27
29
28
-
## Which one is right for me?
30
+
## 哪个更适合我?
29
31
30
32
| ASP.NET Core | ASP.NET |
31
33
|---|---|
32
-
|Build for Windows, Mac, or Linux|Build for Windows|
0 commit comments