《ASP.NET Web API 2 第2版》详细介绍了如何使用ASP.NET Web API 2构建高效、可扩展且安全的Web应用程序。本书深入浅出地讲解了RESTful服务开发的最佳实践,帮助开发者快速掌握关键技术和设计模式。
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