.net core 和 .net framework之间的关系

栏目: ASP.NET · 发布时间: 5年前

.net core 和.net framework  是.net standard 在不同平台下的具体实现。

.net core的api种类 从.net framework 去除了以下内容

1. 和GUI相关的WForm和WPF, 它们绑定了windows 系统

2.Asp.Net WebForms 和WCF是很老的技术,最新的前后端开发技术是Asp.Net MVC 和Asp.Net Web API, 它们也被移除了。在.net core中的对应实现是Asp.Net Core MVC 和 Asp.Net Core Web API

3.EF 在.net core中的对应实现是 EF Core

.net core 的目标不是为了精简.net framework, 或者使它小于.net framework 。 .net core 的目标是为了模块化、可移植性发布,每个用户需要多少个dll,就通过nuget打入依赖的dll,而不是像以前一样先全部安装。

.net core起因就是为了跨平台,为了web端。


以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

High-Performance Compilers for Parallel Computing

High-Performance Compilers for Parallel Computing

Michael Wolfe / Addison-Wesley / 1995-6-16 / USD 117.40

By the author of the classic 1989 monograph, Optimizing Supercompilers for Supercomputers, this book covers the knowledge and skills necessary to build a competitive, advanced compiler for parallel or......一起来看看 《High-Performance Compilers for Parallel Computing》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

SHA 加密
SHA 加密

SHA 加密工具