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开发

最新文章

  1. sql server: sql script
  2. HDU 1072 Nightmare
  3. Hichart 资料收集
  4. 关于 android 开发中 debug不能顺利进行的各种问题的总结
  5. android 模拟器
  6. html5文章 -- 使用 jQuery Mobile 与 HTML5 开发 Web App ——开发原则 | Kayo's Melody
  7. python Django 学习笔记(二)—— 一个简单的网页
  8. android sdk manager无法更新(2014-11-6测试OK)--自己收藏用
  9. unix c 10
  10. BZOJ_3993_[SDOI2015]星际战争_二分+网络流
  11. SpringBoot之旅第二篇-配置
  12. ArcGIS JS 3.x使用webgl绘制热力图
  13. Mysql配置优化,库表设计
  14. Windoes包管理工具(Scoop)
  15. 大数据和Hadoop时代的维度建模和Kimball数据集市
  16. PHP 将amr音频文件转换为mp3格式
  17. Flex的Number和Text
  18. 【Java并发编程二】同步容器和并发容器
  19. AspxGridView中行的双击事件
  20. python 日期时间处理

热门文章

  1. PhpStorm (强大的PHP开发环境)2016.2.1 附注册方法
  2. 解决MVC中使用BundleConfig.RegisterBundles引用Css及js文件发布后丢失的问题
  3. JSTL的test里的逻辑判断不能有空格
  4. C#微信json结构接收参数 转载
  5. c++ 中__declspec 的用法
  6. 自定义表并实现Identity登录(一)
  7. bash操作小结
  8. 纸上谈兵:栈(stack)
  9. Python TCP服务器
  10. MFCButton Memory leak(内存泄露问题)