O'Reilly:RESTful.NET应用(影印版)

O'Reilly:RESTful.NET应用(影印版)
分享
扫描下方二维码分享到微信
打开微信,点击右上角”+“,
使用”扫一扫“即可将网页分享到朋友圈。
作者: [美] (Flanders.J.)
2009-05
版次: 1
ISBN: 9787564116507
定价: 43.00
装帧: 平装
开本: 16开
纸张: 胶版纸
页数: 287页
字数: 328千字
正文语种: 英语
5人买过
  •   《RESTful.NET》是第一本为欲使用最新的微软工具建立RESTfulWeb服务的Windows开发人员而准备的书。本书作者JonFlanders是WCF(WindowsCommunicationFoundation)专家。这本简单实用的教程示范了如何使用WCF和.NET3.5Framework的其他组成部分,来建立、部署并使用多种应用场景中基于REST的Web服务。
      RESTful体系结构提供了比SOAP、SOA或繁琐的WS-*堆栈更为简单的方式以建立Web服务。WCF已经被证实为无须依托WS-*标准即可建立分布式处理系统的灵活技术。《RESTful.NET》为消耗机器和人力建立Web服务提供了一个WCFREST编程模型的完全指导。你将学习到如何:
      ·编写Read-Only(GET)服务
      ·编写READ/WRITE服务
      ·主机REST服务
      ·编写RESTfeeds
      ·编写AJAXREST客户端
      ·安全REST终端
      ·使用工作流传递REST服务
      ·利用WCF消耗RESTfulXML服务
      ·结合HTTP运作
      ·结合ADO.NET数据服务(之前称为Astoria)运作
      《RESTful.NET》是一本非常棒的介绍REST和RESTful结构的书籍。如果你使用.NET开发,那么是时候转向RESTful了——这本书将会讲解方法。 Foreword
    Preface
    1.RESTBasics
    ArchitectureoftheWorldWideWeb
    SOAP
    REST
    ResourcesandURIs
    UniformInterface
    ResourceRepresentations
    ImplementingaSimpleRESTfulServiceExample
    Resources
    URIsandUniformInterface
    Representations
    Interaction
    Wrap-Up
    Processes
    Summary

    2.WCFRESTfulProgrammingModel
    IsntWCFAllAboutSOAP?
    ChannelsandDispatching
    HTTPProgrammingwithWCF3.0
    WebProgramminginWCF3.5
    WebHttpBinding
    WebHttpBehavior
    WebServiceHost
    WebOperationContext
    WebGetAttribute
    UriTemplate
    UriTemplateLiteralValues
    UriTemplateSpecialValues
    UriTemplateQueryString
    Summary

    3.Pr0grammingRead-0nlyServices
    UsingWebGetAttributeandUriTemplate
    DataFormats
    Message
    DataContract
    XmlSerializer
    HybridApproach
    Summary

    4.ProgrammingRead/WriteServices
    POST,PUT,andDELETE
    UsingWeblnvokeAttribute
    Resources
    URIsandUniformInterface
    Representations
    Implementation
    Summary

    5.HostingWCFRESTfulServices
    WCFRESTHostingIsntaSpecialCase
    Self-Hosting
    Configuring,Opening,andClosingaServiceHost
    BaseAddresses
    ServiceHostVersusWebServiceHost
    CustomServiceHost
    HostinginIIS
    ASP.NETCompatibility
    MultipleHosmames
    Removingthe.svcFileExtension
    CustomServiceHostFactory
    HostingWrap-Up
    Summary

    6.ProgrammingFeeds
    BuildingaFeedwithWCF
    SyndicationItem
    Formatters
    ExposingaFeedonaLiveURI
    FeedValidation
    AddingLinkstoaFeed
    Summary

    7.ProgrammingAjaxandSilverlightClients
    WCFWebServicesandAjax
    JSON
    JSON-EnablingaServiceEndpoint
    ASP.NETAjax
    Silverlight1.0
    Silverlight2.0
    ParsingXMLinSilverlight2.0
    ParsingJSONinSilverlight2.0
    ConsumingFeedsinSilverlight2.0
    Cross-DomainSecurityinSilverlight2.0
    ReturningJSONandXMLConditionallywithaSingleMethod
    Summary

    8.SecuringRESTEndpoints
    Authenticating:Self-HostedEndpoints
    SettingEndpointSecurity:WebHttpBinding.SecuritysModeProperty
    SettingAuthenticationRequirements:WebHttpBindingsTransport
    Property
    Authenticating:ManagedHostingEndpoints
    AuthorizingEndpoints
    AuthorizationwithImpersonation
    Role-BasedAuthorization
    Summary

    9.UsingWorkflowtoDeliverRESTServices
    ConsumingRESTServicesfromWF
    TheSendActivityInstance
    TheReceiveActivityInstance
    StatelessWorkflowServices
    StatefulWorkflowServices
    Summary

    10.ConsumingRESTfulXMLServicesUsingWCF
    DefiningtheClient
    GeneratingtheContract
    CreatingtheResourceRepresentations
    CreatingtheServiceContract
    UsingtheService
    ClientExtensibility
    Summary

    11.WorkingwithHTTP
    ProgrammingHTTPwithWCF
    IncomingWebRequestContext
    OutgoingWebResponseContext
    OutgoingWebRequestContext
    IncomingWebResponseContext
    ContextWrap-Up
    StatusCodes
    201——Created
    404——NotFound
    ConditionalGET
    LastModified
    ETags
    Caching
    OutputCaching
    HttpContext.Cache
    Content-Type
    Summary
    A.WCF3.5SP1
    B.ADO.NETDataServices.
    C.ADO.NETEntityFrameworkWalkthrough
    Index
  • 内容简介:
      《RESTful.NET》是第一本为欲使用最新的微软工具建立RESTfulWeb服务的Windows开发人员而准备的书。本书作者JonFlanders是WCF(WindowsCommunicationFoundation)专家。这本简单实用的教程示范了如何使用WCF和.NET3.5Framework的其他组成部分,来建立、部署并使用多种应用场景中基于REST的Web服务。
      RESTful体系结构提供了比SOAP、SOA或繁琐的WS-*堆栈更为简单的方式以建立Web服务。WCF已经被证实为无须依托WS-*标准即可建立分布式处理系统的灵活技术。《RESTful.NET》为消耗机器和人力建立Web服务提供了一个WCFREST编程模型的完全指导。你将学习到如何:
      ·编写Read-Only(GET)服务
      ·编写READ/WRITE服务
      ·主机REST服务
      ·编写RESTfeeds
      ·编写AJAXREST客户端
      ·安全REST终端
      ·使用工作流传递REST服务
      ·利用WCF消耗RESTfulXML服务
      ·结合HTTP运作
      ·结合ADO.NET数据服务(之前称为Astoria)运作
      《RESTful.NET》是一本非常棒的介绍REST和RESTful结构的书籍。如果你使用.NET开发,那么是时候转向RESTful了——这本书将会讲解方法。
  • 目录:
    Foreword
    Preface
    1.RESTBasics
    ArchitectureoftheWorldWideWeb
    SOAP
    REST
    ResourcesandURIs
    UniformInterface
    ResourceRepresentations
    ImplementingaSimpleRESTfulServiceExample
    Resources
    URIsandUniformInterface
    Representations
    Interaction
    Wrap-Up
    Processes
    Summary

    2.WCFRESTfulProgrammingModel
    IsntWCFAllAboutSOAP?
    ChannelsandDispatching
    HTTPProgrammingwithWCF3.0
    WebProgramminginWCF3.5
    WebHttpBinding
    WebHttpBehavior
    WebServiceHost
    WebOperationContext
    WebGetAttribute
    UriTemplate
    UriTemplateLiteralValues
    UriTemplateSpecialValues
    UriTemplateQueryString
    Summary

    3.Pr0grammingRead-0nlyServices
    UsingWebGetAttributeandUriTemplate
    DataFormats
    Message
    DataContract
    XmlSerializer
    HybridApproach
    Summary

    4.ProgrammingRead/WriteServices
    POST,PUT,andDELETE
    UsingWeblnvokeAttribute
    Resources
    URIsandUniformInterface
    Representations
    Implementation
    Summary

    5.HostingWCFRESTfulServices
    WCFRESTHostingIsntaSpecialCase
    Self-Hosting
    Configuring,Opening,andClosingaServiceHost
    BaseAddresses
    ServiceHostVersusWebServiceHost
    CustomServiceHost
    HostinginIIS
    ASP.NETCompatibility
    MultipleHosmames
    Removingthe.svcFileExtension
    CustomServiceHostFactory
    HostingWrap-Up
    Summary

    6.ProgrammingFeeds
    BuildingaFeedwithWCF
    SyndicationItem
    Formatters
    ExposingaFeedonaLiveURI
    FeedValidation
    AddingLinkstoaFeed
    Summary

    7.ProgrammingAjaxandSilverlightClients
    WCFWebServicesandAjax
    JSON
    JSON-EnablingaServiceEndpoint
    ASP.NETAjax
    Silverlight1.0
    Silverlight2.0
    ParsingXMLinSilverlight2.0
    ParsingJSONinSilverlight2.0
    ConsumingFeedsinSilverlight2.0
    Cross-DomainSecurityinSilverlight2.0
    ReturningJSONandXMLConditionallywithaSingleMethod
    Summary

    8.SecuringRESTEndpoints
    Authenticating:Self-HostedEndpoints
    SettingEndpointSecurity:WebHttpBinding.SecuritysModeProperty
    SettingAuthenticationRequirements:WebHttpBindingsTransport
    Property
    Authenticating:ManagedHostingEndpoints
    AuthorizingEndpoints
    AuthorizationwithImpersonation
    Role-BasedAuthorization
    Summary

    9.UsingWorkflowtoDeliverRESTServices
    ConsumingRESTServicesfromWF
    TheSendActivityInstance
    TheReceiveActivityInstance
    StatelessWorkflowServices
    StatefulWorkflowServices
    Summary

    10.ConsumingRESTfulXMLServicesUsingWCF
    DefiningtheClient
    GeneratingtheContract
    CreatingtheResourceRepresentations
    CreatingtheServiceContract
    UsingtheService
    ClientExtensibility
    Summary

    11.WorkingwithHTTP
    ProgrammingHTTPwithWCF
    IncomingWebRequestContext
    OutgoingWebResponseContext
    OutgoingWebRequestContext
    IncomingWebResponseContext
    ContextWrap-Up
    StatusCodes
    201——Created
    404——NotFound
    ConditionalGET
    LastModified
    ETags
    Caching
    OutputCaching
    HttpContext.Cache
    Content-Type
    Summary
    A.WCF3.5SP1
    B.ADO.NETDataServices.
    C.ADO.NETEntityFrameworkWalkthrough
    Index
查看详情
相关图书 / 更多
O'Reilly:RESTful.NET应用(影印版)
O'Reilly:Web站点优化
[美]金(King.A.B) 著;杨敏、李明 译
O'Reilly:RESTful.NET应用(影印版)
O'Reilly:WCF编程(第2版)
[美]罗威 著;张逸、徐宁 译
O'Reilly:RESTful.NET应用(影印版)
O'sLittleGuidetoFindingYourTruePurpose
Magazine、The Editors of O、the Oprah 著
O'Reilly:RESTful.NET应用(影印版)
O'Reilly:Windows PowerShell应用手册
[美]霍麦斯 著;赵松德 译
O'Reilly:RESTful.NET应用(影印版)
O'Keeffe
Britta Benke 著
O'Reilly:RESTful.NET应用(影印版)
O'Keeffe (欧姬芙)
Britta Benke
O'Reilly:RESTful.NET应用(影印版)
O'ReillyFactorforKidsThe
Bill O'Reilly、Charles Flowers 著
O'Reilly:RESTful.NET应用(影印版)
O'Reilly:深入浅出Rails(影印版)
[美]格里菲思 著
O'Reilly:RESTful.NET应用(影印版)
O'Reilly:软件之道:软件开发争议问题剖析
[美]Andy、Greg Wilson 著;鲍央舟、张玳、沈欢星 译
O'Reilly:RESTful.NET应用(影印版)
O'Reilly:团队之美(影印版)
[美]斯特尔曼、[美]格林尼 著
O'Reilly:RESTful.NET应用(影印版)
O'Reilly:Perl语言入门 第7版(中文版)
Randal、L.Schwartz 著
O'Reilly:RESTful.NET应用(影印版)
O'Reilly:容量规划的艺术(影印版)
[美]奥斯帕 著
您可能感兴趣 / 更多
O'Reilly:RESTful.NET应用(影印版)
无辜者的谎言(相信我!看到结局你一定会头皮发麻;全美读者推荐的悬疑神作,GOODREADS高分作品)
[美]A.R.托雷 著;梁颂宇 译;星文文化 出品
O'Reilly:RESTful.NET应用(影印版)
孩子,把你的手给我1:怎么说孩子才爱听,怎么教孩子才肯学?帮助每一位3-12岁孩子的父母结束与孩子的所有冲突!
[美]海姆·G.吉诺特
O'Reilly:RESTful.NET应用(影印版)
哲学、历史与僭政——重审施特劳斯与科耶夫之争
[美]弗罗斯特(Bryan-Paul Frost) 编;[美]伯恩斯(Timothy W. Burns)
O'Reilly:RESTful.NET应用(影印版)
怎样做成大事
[美]丹·加德纳(Dan Gardner) 著;贾拥民 译;湛庐文化 出品;[丹麦]傅以斌(Bent Flyvbjerg)
O'Reilly:RESTful.NET应用(影印版)
力量训练的科学基础与实践应用(第三版)
[美]弗拉基米尔· M.扎齐奥尔斯基;[美]威廉·J.克雷默;[美]安德鲁· C.弗赖伊
O'Reilly:RESTful.NET应用(影印版)
1200年希腊罗马神话
[美]伊迪丝·汉密尔顿
O'Reilly:RESTful.NET应用(影印版)
爱情心理学(新编本)
[美]罗伯特·J. 斯腾伯格 (美)凯琳·斯腾伯格 倪爱萍 译
O'Reilly:RESTful.NET应用(影印版)
黄金圈法则
[美]西蒙·斯涅克 著;磨铁文化 出品
O'Reilly:RESTful.NET应用(影印版)
最后一章
[美]厄尼·派尔
O'Reilly:RESTful.NET应用(影印版)
汤姆·索亚历险记 彩图注音版 一二三四年级5-6-7-8-9岁小学生课外阅读经典 儿童文学无障碍有声伴读世界名著童话故事
[美]马克 吐温
O'Reilly:RESTful.NET应用(影印版)
富兰克林自传 名家全译本 改变无数人命运的励志传奇 埃隆马斯克反复推荐 赠富兰克林签名照及精美插图
[美]本杰明·富兰克林 著;李自修 译
O'Reilly:RESTful.NET应用(影印版)
国际大奖图画书系列 共11册(小老鼠的恐惧的大书,大灰狼,红豆与菲比,别烦我,下雪了 ,穿靴子的猫 ,先有蛋,绿 ,特别快递,如果你想看鲸鱼 ,一个部落的孩子 ) 麦克米伦世纪
[美]莱恩·史密斯 (英)埃米莉·格雷维特 (美)劳拉·瓦卡罗·等/文 (英)埃米莉·格雷维特 等/图 彭懿 杨玲玲 阿甲 孙慧阳 白薇 译