Fork me on GitHub

WCF WebHttp Services in .NET 4

你是否使用WCF 3.5 或者WCF REST Starter Kit开发过Restful的服务?这些技术在.NET 4里头的名称叫做WCF WebHttp Services。Msdn的相关文档在这里:http://msdn.microsoft.com/en-us/library/bb412169(VS.100).aspx, 如果你只使用WCF构建过Soap的Web service,对于掌握这一新技术的更好的技术资源是.NET Endpoint上的一个序列文章:Introducing WCF WebHttp Services in .NET 4

  1. Getting Started with WCF WebHttp Services in .NET 4
  2. Clients and the Automatic Help Page in WCF WebHttp Services
  3. Updating State in WCF WebHttp Services
  4. Automatic and Explicit Format Selection in WCF WebHttp Services
  5. Error Handling in WCF WebHttp Services with WebFaultException
  6. Using Routes to Compose WCF WebHttp Services
  7. Integrating ASP.NET Output Caching with WCF WebHttp Services
  8. Returning Custom Formats from WCF WebHttp Services
  9. Creating Views in WCF WebHttp Services with T4
  10. Conditional GET and ETag Support in WCF WebHttp Services
  11. Optimistic Concurrency Support in WCF WebHttp Services
  12. Guidance on Link Generation in WCF WebHttp Services

已经完成了10篇,还有2篇未完成,我会持续关注,更新。也打算学习后按照自己的语言来叙述,这里不想翻译是因为翻译要讲究信雅达,我还没有这样的水平。

posted @ 2010-03-06 23:01  张善友  阅读(1802)  评论(3编辑  收藏  举报