《ASP.NET Web API 2 第二版》详细介绍了如何使用ASP.NET框架开发RESTful服务,适合希望构建高效、可扩展Web应用程序的开发者阅读。
About the Authors xiii
About the Technical Reviewer xv
Acknowledgments xvii
Foreword xix
Introduction xxi
Chapter 1: ASP.NET as a Service Framework 1
Chapter 2: What Is RESTful 9
Chapter 3: Designing the Sample REST API 21
Chapter 4: Building the Environment and Creating the Source Tree 31
Chapter 5: Up and Down the Stack with a POST 49
Chapter 6: Securing the Service 117
Chapter 7: Dealing with Relationships, Partial Updates, and Other Complexities 157
Chapter 8: Supporting Diverse Clients 209
Chapter 9: Completing the Picture 221
Index