What is Web Service?
微软的 ASP.NET Web Service 是一套基于XML扩展标记语言,使用Soap简单对象访问协议实现的网络数据交互服务。它使用 WSDL 来描述服务相关的接口。
ASP.NET Web Service 必须依赖于 IIS,是一种无状态的通讯协议。
Hale Lu's Blog
微软的 ASP.NET Web Service 是一套基于XML扩展标记语言,使用Soap简单对象访问协议实现的网络数据交互服务。它使用 WSDL 来描述服务相关的接口。
ASP.NET Web Service 必须依赖于 IIS,是一种无状态的通讯协议。
.NET Core 的正式版终于发布了。.NET Core 是一个开源项目。根据官方的说法,.NET Core 是跨平台的(当然它的确是跨平台的)。
我们常说的 .NET 通常指的是.NET Framework,通常只运行于 Windows。两者的关系用官方的图来表示就是这样:
他们有一个共同的子集。
恩,据说这玩意以后还要收费?不知道是不是我理解错了。要是我理解错了求英语好的来给我解释一下。原文如下:
Finally, .NET Core will be “pay-for-play” and performant. One goal of the .NET Core effort is to make the cost of abstraction clear to developers, by implementing a pay-for-play model that makes obvious the costs that come from employing a higher-level abstraction to solve a problem. Abstractions don’t come for free, and that truth should never be hidden from developers. Additionally, .NET Core will favor performance with a standard library that minimizes allocations and the overall memory footprint of your system.
好久没有更新了,再不写点什么就真的要忘了这块地方。