书海阁 -RESTful.NET(影印版)
本书资料更新时间:2025-01-19 02:42:02

RESTful.NET(影印版) 下载 pdf 百度网盘 epub 免费 2025 电子书 mobi 在线

RESTful.NET(影印版)精美图片
》RESTful.NET(影印版)电子书籍版权问题 请点击这里查看《

RESTful.NET(影印版)书籍详细信息

  • ISBN:9787564116507
  • 作者:暂无作者
  • 出版社:暂无出版社
  • 出版时间:2009-05
  • 页数:287
  • 价格:29.60
  • 纸张:胶版纸
  • 装帧:平装
  • 开本:16开
  • 语言:未知
  • 丛书:暂无丛书
  • TAG:暂无
  • 豆瓣评分:暂无豆瓣评分
  • 豆瓣短评:点击查看
  • 豆瓣讨论:点击查看
  • 豆瓣目录:点击查看
  • 读书笔记:点击查看
  • 原文摘录:点击查看
  • 更新时间:2025-01-19 02:42:02

内容简介:

《RESTful.NET》是本为欲使用*的微软工具建立RESTful Web服务的Windows开发人员而准备的书。本书作者Jon Flanders是WCF(Windows Communication Foundation)专家。这本简单实用的教程示范了如何使用WCF和.NET 3.5 Framework的其他组成部分,来建立、部署并使用多种应用场景中基于REST的Web服务。

RESTful体系结构提供了比SOAP、SOA或繁琐的WS-*堆栈更为简单的方式以建立Web服务。WCF已经被证实为无须依托WS-*标准即可建立分布式处理系统的灵活技术。《RESTful.NET》为消耗机器和人力建立Web服务提供了一个WCF REST编程模型的完全指导。你将学习到如何:

·编写Read-Only(GET)服务

·编写READ/WRITE服务

·主机REST服务

·编写REST feeds

·编写AJAX REST客户端

·安全REST终端

·使用工作流传递REST服务

·利用WCF消耗RESTful XML服务

·结合HTTP运作

·结合ADO.NET数据服务(之前称为Astoria)运作

《RESTful.NET》是一本非常棒的介绍REST和RESTful结构的书籍。如果你使用.NET开发,那么是时候转向RESTful了——这本书将会讲解方法。


书籍目录:

Foreword

Preface

1. REST Basics

 Architecture of the World Wide Web

 SOAP

 REST

  Resources and URIs

  Uniform Interface

  Resource Representations

 Implementing a Simple RESTful Service Example

  Resources

  URIs and Uniform Interface

  Representations

  Interaction

  Wrap-Up

 Processes

 Summary

2. WCF RESTfut Pr0gmmming Model

 Isn't WCF All About SOAP?  

 Channels and Dispatching

 HTTP Programming with WCF 3.0

 Web Programming in WCF 3.5

  WebHttpBinding

  WebHttpBehavior

  WebServiceHost

  WebOperationContext

  WebGetAttribute

 UriTemplate

 UriTemplate Literal Values

 UriTemplate Special Values

 UriTemplate QueryString

 Summary

3.Programming Read-0nly Services

 Using WebGetAttribute and UriTemplate

 Data Formats

 Message

 DataContract

 XmlSerializer

 Hybrid Approach

Summary

4.Programming Read/Write Services

POST, PUT, and DELETE

Using WeblnvokeAttribute

 Resources

 URIs and Uniform Interface

 Representations

 Implementation

Summary

5.Hosting WCF RESTful Services

WCF REST Hosting Isn't a Special Case

Self-Hosting

 Configuring, Opening, and Closing a ServiceHost

 Base Addresses

 ServiceHost Versus WebServiceHost

 Custom ServiceHost

Hosting in IIS

 ASP.NET Compatibility

 Multiple Hostnames

 Removing the .svc File Extension

Custom ServiceHostFactory

Hosting Wrap-Up

Summarv

6.Programming Feeds

Building a Feed with WCF

 Syndicationltem

 Formatters

Exposing a Feed on a Live URI

Feed Validation

 rable of Contents

 Adding Links to a Feed

 Summary

7. Programming Ajax and Silverlight Clients

 WCF Web Services and Ajax

 JSON

 JSON-Enabling a Service Endpoint

 ASP.NET Ajax

 Silverlight 1.0

 Silverlight 2.0

  Parsing XML in Silverlight 2.0

  Parsing JSON in Silverlight 2.0

  Consuming Feeds in Silverlight 2.0

  Cross-Domain Security in Silverlight 2.0

 Returning JSON and XML Conditionally with a Single Method

 Summary

8. Securing REST Endpoints

 Authenticating: Self-Hosted Endpoints

  Setting Endpoint Security: WebHttpBinding.Security's Mode Property

  Setting Authentication Requirements: WebHttpBinding's Transport Property

 Authenticating: Managed Hosting Endpoints

 Authorizing Endpoints

 Authorization with Impersonation

 Role-Based Authorization

 Summary

9. Using Workflow to Deliver REST Services

 Consuming REST Services from WF

 The SendActivity Instance

 The ReceiveActivity Instance

 Stateless Workflow Services

 Stateful Workflow Services

 Summary

10. Consuming RESTful XML Services Using WCF

 Defining the Client.

  Generating the Contract

  Creating the Resource Representations

  Creating the ServiceContract

  Using the Service

 Client Extensibility

11. Working with HTTP

 Programming HTTP with WCF

  IncomingWebqequestContext

  OutgoingWebResponseContext

  OutgoingWebRequestContext

  IncomingWebResponseContext

  Context Wrap-Up

 Status Codes

  201--Created

  404--Not Found

 Conditional GET

  LastModified

  ETags

 Caching

  Output Caching

  HttpContext.Cache

  Content-Type

 Summary

A. WCF 3.5 SP1

B. ADO.NET Data Services

C. ADO.NET Entity Framework Walkthrough

Index


作者介绍:

暂无相关内容,正在全力查找中


出版社信息:

暂无出版社相关信息,正在全力查找中!


书籍摘录:

作者简介:Jon Flanders是Pluralsight公司的技术人员。这是一家专门为使用微软技术的开发者提供培训的公司。Jon专门从事WCF、WF和BizTalk的研究,是Addison-Wesley出版的《ASP Internals》一书的作者,也是《Mastering Visual Studio.NET》(O'Reilly)一书的合著者。


在线阅读/听书/购买/PDF下载地址:


原文赏析:

暂无原文赏析,正在全力查找中!


其它内容:

书摘插图


书籍介绍

《RESTful.NET应用(影印版)》是第一本为欲使用最新的微软工具建立RESTful web服务的Windows开发人员而准备的书。《RESTful.NET应用(影印版)》作者Jon Flanders是WCF(WindowsCommunication Foundation)专家。《RESTful.NET应用(影印版)》这本简单实用的教程示范了如何使用WCF和.NET 3.5 Framework的其他组成部分,来建立、部署并使用多种应用场景中基于REST的wleb服务。RESTful体系结构提供了比SOAP、SOA或繁琐的WS-*堆栈更为简单的方式以建立web服务。WCF已经被证实为无须依托WS-*标准即可建立分布式处理系统的灵活技术。《RESTful.NET应用(影印版)》为消耗机器和人力建立web服务提供了一个WCF REST编程模型的完全指导。


书籍真实打分

  • 故事情节:6分

  • 人物塑造:6分

  • 主题深度:5分

  • 文字风格:9分

  • 语言运用:5分

  • 文笔流畅:9分

  • 思想传递:5分

  • 知识深度:7分

  • 知识广度:5分

  • 实用性:9分

  • 章节划分:6分

  • 结构布局:9分

  • 新颖与独特:9分

  • 情感共鸣:7分

  • 引人入胜:7分

  • 现实相关:7分

  • 沉浸感:9分

  • 事实准确性:4分

  • 文化贡献:9分


网站评分

  • 书籍多样性:5分

  • 书籍信息完全性:9分

  • 网站更新速度:7分

  • 使用便利性:8分

  • 书籍清晰度:9分

  • 书籍格式兼容性:5分

  • 是否包含广告:7分

  • 加载速度:4分

  • 安全性:9分

  • 稳定性:7分

  • 搜索功能:4分

  • 下载便捷性:7分


下载点评

  • 二星好评(315+)
  • 还行吧(188+)
  • 全格式(140+)
  • 内涵好书(464+)
  • 体验还行(309+)
  • 体验满分(549+)

下载评价

  • 网友 訾***晴: ( 2024-12-29 17:11:53 )

    挺好的,书籍丰富

  • 网友 蓬***之: ( 2024-12-28 09:40:21 )

    好棒good

  • 网友 寿***芳: ( 2025-01-17 19:05:43 )

    可以在线转化哦

  • 网友 康***溪: ( 2025-01-09 22:00:48 )

    强烈推荐!!!

  • 网友 屠***好: ( 2025-01-02 04:16:27 )

    还行吧。

  • 网友 后***之: ( 2025-01-09 23:03:00 )

    强烈推荐!无论下载速度还是书籍内容都没话说 真的很良心!

  • 网友 习***蓉: ( 2025-01-04 23:23:18 )

    品相完美

  • 网友 方***旋: ( 2024-12-26 07:36:26 )

    真的很好,里面很多小说都能搜到,但就是收费的太多了

  • 网友 游***钰: ( 2025-01-16 10:37:37 )

    用了才知道好用,推荐!太好用了

  • 网友 薛***玉: ( 2025-01-10 04:36:13 )

    就是我想要的!!!

  • 网友 陈***秋: ( 2025-01-04 14:51:46 )

    不错,图文清晰,无错版,可以入手。


随机推荐