码迷,mamicode.com
首页 > Web开发 > 详细

初识ASP.NET CORE:二、优劣

时间:2016-08-10 17:35:57      阅读:190      评论:0      收藏:0      [点我收藏+]

标签:

Which one is right for me?

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.
ASP.NET benefits

Build for Windows
Use Web Forms, SignalR, MVC, or Web Pages
One version per machine
Develop with Visual Studio using C#, VB or F#
Mature platform
High performance


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.
ASP.NET Core benefits

Build for Windows, Mac, or Linux
Use MVC, or Web API
Multiple versions per machine
Develop with Visual Studio or Visual Studio Code using C#
New platform
Ultra performance

ASP.NET CORE与ASP.NET相较之优点:    ASP.NET CORE与ASP.NET相较之缺点
可以跨平台                   只能用MVC或Web API开发
开源                       只能用C#开发
性能好                    新平台包含各种不确定因素
可以用Visual Studio开发

技术分享

 

初识ASP.NET CORE:二、优劣

标签:

原文地址:http://www.cnblogs.com/riusmary/p/5757494.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!