开发者论坛

 找回密码
 注册 (请使用非IE浏览器)
查看: 4420|回复: 1

电子书:ASP.NET MVC 4 and the Web API

[复制链接]

0

精华

218

贡献

105

赞扬

实习版主

帖子
68
软币
2033
在线时间
131 小时
注册时间
2013-6-9
发表于 2013-6-21 10:23:21 | 显示全部楼层 |阅读模式
In the years since the first release of the .NET Framework, Microsoft has provided a variety of approaches for building service-oriented applications. Starting back in 2002 with the original release of .NET, a developer could fairly easily create an ASP.NET ASMX-based XML web service that allowed other .NET and non-.NET clients to call it.Those web services implemented various versions of SOAP, but were only available for use over HTTP.In addition to web services, the 1.0 release of .NET provided support for emoting.This allowed developers to write services that weren’t necessarily tied to the HTTP protocol. Similar to ASMX-based web services, .NET Remoting essentially provides object activation and session context for client-initiated method calls. The caller uses a proxy object to invoke methods, and the .NET runtime handles serialization and marshaling of data between the client’s proxy object and the server’s activated service object.Towards the end of 2006, Microsoft released .NET 3.0, which included the Windows Communication Foundation (WCF). WCF not only replaced ASMX web services and .NET Remoting, but also took a giant step forward in the way of flexibility, configurability, extensibility, and support for more recent security and other SOAP standards.For example, with WCF, a developer can write a non-HTTP service that supports authentication with SAML tokens, and host it in a custom-built Windows service. These and other capabilities greatly broaden the scenarios under which .NET can be utilized to build a service-oriented application.

ASP.NET MVC 4 and the Web API.rar

921.23 KB, 阅读权限: 10, 下载次数: 11

ASP.NET MVC 4 and the Web API

评分

参与人数 1赞扬 +1 收起 理由
mwylaoma + 1 赞一个

查看全部评分

回复

使用道具 举报

0

精华

0

贡献

5

赞扬

帖子
16
软币
161
在线时间
9 小时
注册时间
2019-2-11
发表于 2019-2-22 17:54:36 | 显示全部楼层
Thank for your sharing
回复

使用道具 举报

Archiver|手机版|小黑屋|开发者网 ( 苏ICP备08004430号-2 )
版权所有:南京韵文教育信息咨询有限公司

GMT+8, 2024-4-30 02:24

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表