简体   繁体   English

ASP.NET MVC 5 和 ASP.NET Core 6.0 有什么区别?

[英]What is the difference between ASP.NET MVC 5 and ASP.NET Core 6.0?

My understanding was that .NET will no longer produce .NET core versions, but rather MVC 5 is the next evolution of the .net core 3 onwards.我的理解是 .NET 将不再生产 .NET 核心版本,而是 MVC 5 是 Z2D50972FECD376129545507F1062089Z 核心 3 的下一个演进版本。

However I am now seeing there is MVC 5, MVC 6, and also .net core 6. What is the difference between these?但是我现在看到有 MVC 5、MVC 6 以及 .net 内核 6。它们之间有什么区别?

No , I think you're wrong.,我认为你错了。 But that's partly due to rather confusing Microsoft marketing, I agree...但这部分是由于微软营销相当混乱,我同意......

Microsoft will not produce any more versions of the full, classic .NET framework - that ends with .NET 4.8. Microsoft 将不再生产完整的经典.NET 框架的任何版本- 以 .NET 4.8 结尾。 ASP.NET MVC 5 was built on top of .NET 4.x ASP.NET MVC 5 建立在 .NET 4.x 之上


The Core product line IS the future for now.核心产品线现在的未来。 For marketing reasons, they're no longer called ".NET Core" - but it's really出于营销原因,它们不再被称为“.NET Core”——但它确实是

.NET Core 1.0, 1.1, 2.0, 2.1, 2.2, 3.0, 3.1 .NET 核心 1.0、1.1、2.0、2.1、2.2、3.0、3.1

---> then .NET 5, now .NET 6, next year .NET 7 and then .NET 8 - and those are really ".NET Core" versions. ---> 然后是 .NET 5,现在是 .NET 6,明年是 .NET 7,然后是 Z303CB0EF9EDB9082D61BBBE5825D9 版本。这些都是“核心”版本。8AZ22和 NET.7

The web framework is still called ASP.NET Core 6.0 and the MVC framework is ASP.NET Core 6.0 MVC (and there's also ASP.NET Core 6.0 Web API). The web framework is still called ASP.NET Core 6.0 and the MVC framework is ASP.NET Core 6.0 MVC (and there's also ASP.NET Core 6.0 Web API).

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 ASP.NET MVC 6 和 ASP.NET Core 1.0 之间有什么区别以及核心框架背后的原因? - What is the difference between ASP.NET MVC 6 and ASP.NET Core 1.0 and the reason behind the core framework? ASP.NET MVC中<%:和<%=有什么区别? - What is the difference between <%: and <%= in ASP.NET MVC? 创建项目 ASP.NET Core (.NET Core) 和 ASP.NET Core (.NET Framework) 有什么区别 - What is the difference between creating a project ASP.NET Core (.NET Core) and ASP.NET Core (.NET Framework) ASP.NET MVC中的RouteLink和ActionLink有什么区别? - What's the difference between RouteLink and ActionLink in ASP.NET MVC? ASP.NET 5平台和MVC 6有什么区别 - What is the difference between ASP.NET 5 platform and MVC 6 这两个ASP.NET MVC IgnoreRoute指令有什么区别? - What is the difference between these two ASP.NET MVC IgnoreRoute directives? ASP.NET 在 6.0 上添加迁移时出现 Core MVC 异常 - ASP.NET Core MVC exception on add migration on 6.0 ASP.NET Core(.NET Core)和ASP.NET Core(.NET Framework)之间的区别 - Difference between ASP.NET Core (.NET Core) and ASP.NET Core (.NET Framework) Asp.Net Core 1.0和.Net Core 1.0之间的区别? - Difference between Asp.Net Core 1.0 and .Net Core 1.0? Signal.net版本差异在asp.net核心和asp.net之间是否重要 - Does SignalR version difference matter between asp.net core and asp.net
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM