Skip to content

Commit a05c35e

Browse files
committed
更新 choose-aspnet-framework.md 一篇
1 parent 59fff89 commit a05c35e

File tree

1 file changed

+26
-24
lines changed

1 file changed

+26
-24
lines changed

aspnetcore/choose-aspnet-framework.md

Lines changed: 26 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: "Choose between ASP.NET and ASP.NET Core | Microsoft Docs"
2+
title: "ASP.NET ASP.NET Core 之间选择 | Microsoft Docs"
33
author: rick-anderson
4-
description: "How to choose between ASP.NET and ASP.NET Core."
4+
description: 如何在 ASP.NET ASP.NET Core 之间选择。"
55
ms.author: aspnetcontent
66
manager: wpickett
77
ms.date: 03/12/2010
@@ -13,42 +13,44 @@ msc.legacyurl: /learn
1313
msc.type: content
1414
---
1515

16-
# Choose between ASP.NET and ASP.NET Core
16+
# ASP.NET ASP.NET Core 之间选择
1717

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 容器的小型微服务,以及两者间的任何事物。
1921

2022
## ASP.NET Core
2123

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,可用于在 WindowsLinux 上构建现代的基于云的网络应用程序。
2325

2426
## ASP.NET
2527

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 构建企业级基于服务器的网络应用的所有服务。
2729

28-
## Which one is right for me?
30+
## 哪个更适合我?
2931

3032
| ASP.NET Core | ASP.NET |
3133
|---|---|
32-
|Build for Windows, Mac, or Linux|Build for Windows|
33-
|Use [MVC](mvc/overview.md), or [Web API](tutorials/first-web-api.md)|Use [Web Forms](https://docs.microsoft.com/aspnet/web-forms), [SignalR](https://docs.microsoft.com/aspnet/signalr), [MVC](https://docs.microsoft.com/aspnet/mvc), [Web API](https://docs.microsoft.com/en-us/aspnet/web-api/), or [Web Pages](https://docs.microsoft.com/aspnet/web-pages)|
34-
|Multiple versions per machine|One version per machine|
35-
|Develop with Visual Studio or Visual Studio Code using C#|Develop with Visual Studio using C#, VB or F#|
36-
|New platform|Mature platform|
37-
|Ultra performance|High performance|
38-
|[Choose .NET Framework or .NET Core runtime](https://docs.microsoft.com/dotnet/articles/standard/choosing-core-framework-server)|Use .NET Framework runtime|
34+
|Windows、macOS 或 Linux 构建|仅为 Windows 构建|
35+
|使用 [MVC](mvc/overview.md) [Web API](tutorials/first-web-api.md)|使用 [Web Forms](https://docs.microsoft.com/aspnet/web-forms)[SignalR](https://docs.microsoft.com/aspnet/signalr)[MVC](https://docs.microsoft.com/aspnet/mvc)[Web API](https://docs.microsoft.com/en-us/aspnet/web-api/) [Web Pages](https://docs.microsoft.com/aspnet/web-pages)|
36+
|单一机器支持多个版本|一台机器只支持一个版本|
37+
|Visual Studio Visual Studio Code 上使用 C# 开发|Visual Studio 上使用 C#VB F# 开发|
38+
|新平台|成熟平台|
39+
|极致性能|高性能|
40+
|[选择 .NET Framework .NET Core 运行时](https://docs.microsoft.com/dotnet/articles/standard/choosing-core-framework-server)|使用 .NET Framework 运行时|
3941

40-
## ASP.NET Core scenarios
42+
## ASP.NET Core 方案
4143

42-
* [Websites](https://docs.microsoft.com/aspnet/core/tutorials/first-mvc-app/)
43-
* [APIs](https://docs.microsoft.com/aspnet/core/tutorials/first-web-api)
44+
* [网站](https://docs.microsoft.com/aspnet/core/tutorials/first-mvc-app/)
45+
* [接口](https://docs.microsoft.com/aspnet/core/tutorials/first-web-api)
4446

45-
## ASP.NET scenarios
47+
## ASP.NET 方案
4648

47-
* [Websites](https://docs.microsoft.com/aspnet/mvc)
48-
* [APIs](https://docs.microsoft.com/aspnet/web-api)
49-
* [Real-time](https://docs.microsoft.com/aspnet/signalr)
49+
* [网站](https://docs.microsoft.com/aspnet/mvc)
50+
* [接口](https://docs.microsoft.com/aspnet/web-api)
51+
* [实时](https://docs.microsoft.com/aspnet/signalr)
5052

51-
## Resources
53+
## 资源
5254

53-
* [Introduction to ASP.NET](https://docs.microsoft.com/aspnet/overview)
54-
* [Introduction to ASP.NET Core](index.md)
55+
* [ASP.NET 介绍](https://docs.microsoft.com/aspnet/overview)
56+
* [ASP.NET Core 介绍](index.md)

0 commit comments

Comments
 (0)