Hands-On RESTful Web Services with ASP.NET Core Design production-ready, testable, and flexible RESTful APIs for web applications and microservices

Samuele Resca

  • 出版商: Packt Publishing
  • 出版日期: 2019-12-27
  • 售價: $1,770
  • 貴賓價: 9.5$1,682
  • 語言: 英文
  • 頁數: 510
  • 裝訂: Paperback
  • ISBN: 1789537614
  • ISBN-13: 9781789537611
  • 相關分類: .NETASP.NET
  • 海外代購書籍(需單獨結帳)

買這商品的人也買了...

商品描述

In recent times, web services have evolved to play a prominent role in web development. Applications are now designed to be compatible with any device and platform, and web services help us keep their logic and UI separate. Given its simplicity and effectiveness in creating web services, the RESTful approach has gained popularity, and this book will help you build RESTful web services using ASP.NET Core.

This REST book begins by introducing you to the basics of the REST philosophy, where you'll study the different stages of designing and implementing enterprise-grade RESTful web services. You'll also gain a thorough understanding of ASP.NET Core's middleware approach and learn how to customize it. The book will later guide you through improving API resilience, securing your service, and applying different design patterns and techniques to achieve a scalable web service. In addition to this, you'll learn advanced techniques for caching, monitoring, and logging, along with implementing unit and integration testing strategies. In later chapters, you will deploy your REST web services on Azure and document APIs using Swagger and external tools such as Postman.

By the end of this book, you will have learned how to design RESTful web services confidently using ASP.NET Core with a focus on code testability and maintainability.

  • Apply design patterns and techniques to achieve a reactive, scalable web service
  • Document your web services using the OpenAPI standard and test them using Postman
  • Explore mechanisms to implement a secure web service using client-side SSL and token authentication

商品描述(中文翻譯)

在最近的時代,網路服務在網頁開發中扮演著重要的角色。應用程式現在被設計成與任何設備和平台相容,而網路服務則幫助我們將邏輯和使用者介面分離。由於其簡單和有效的建立網路服務的方式,RESTful 方法已經變得非常受歡迎,而本書將幫助您使用 ASP.NET Core 建立 RESTful 網路服務。

這本 REST 書首先介紹了 REST 哲學的基礎,您將學習設計和實作企業級 RESTful 網路服務的不同階段。您還將深入了解 ASP.NET Core 的中介軟體方法並學習如何自訂它。本書還將指導您改善 API 的彈性、保護您的服務,並應用不同的設計模式和技術來實現可擴展的網路服務。此外,您還將學習高級的快取、監控和記錄技術,以及實施單元和整合測試策略。在後面的章節中,您將在 Azure 上部署您的 REST 網路服務,並使用 Swagger 和外部工具(如 Postman)來記錄 API。

通過閱讀本書,您將學會如何自信地使用 ASP.NET Core 設計 RESTful 網路服務,並專注於代碼的可測試性和可維護性。

本書的結尾,您將學會應用設計模式和技術來實現反應式、可擴展的網路服務,使用 OpenAPI 標準來記錄您的網路服務並使用 Postman 進行測試,以及探索實現安全網路服務的機制,包括客戶端 SSL 和令牌驗證。

作者簡介

Samuele Resca is a software engineer working at Just Eat and primarily focused on web technologies. He is a Microsoft Most Valuable Professional in Visual Studio and development technologies. Samuele writes software engineering blog posts on Samuele Resca - Blog and The DEV Community, and he contributes to open source projects. He is continuously learning and developing around the web ecosystem with a focus on the .NET Core ecosystem, cloud computing, serverless computing, and reactive programming. Samuele is from Italy, and he currently lives in London.

作者簡介(中文翻譯)

Samuele Resca 是一位在 Just Eat 工作的軟體工程師,主要專注於網頁技術。他是一位在 Visual Studio 和開發技術方面的 Microsoft 最有價值專家 (MVP)。Samuele 在 Samuele Resca - Blog 和 The DEV Community 上撰寫軟體工程部落格文章,並參與開源專案。他持續學習和發展在網頁生態系統中的.NET Core 生態系統、雲端運算、無伺服器運算和反應式程式設計。Samuele 來自義大利,目前居住在倫敦。

目錄大綱

  1. REST 101 and Getting Started with ASP.NET Core
  2. Overview of ASP.NET Core
  3. Working with the Middleware Pipeline
  4. Dependency Injection System
  5. Web Service Stack in ASP.NET Core
  6. Routing System
  7. Filter Pipeline
  8. Building the Data Access Layer
  9. Implementing the Domain Logic
  10. Implementing the RESTful HTTP Layer
  11. Advanced Concepts of Building an API
  12. The Containerization of Services
  13. Service Ecosystem Patterns
  14. Implementing Worker Services Using .NET Core
  15. Securing Your Service
  16. Caching Web Service Responses
  17. Logging and Health Checking
  18. Deploying Services on Azure
  19. Documenting Your API Using Swagger
  20. Testing Services Using Postman

目錄大綱(中文翻譯)

- REST 101和使用ASP.NET Core入門
- ASP.NET Core概述
- 使用中介軟體管線
- 依賴注入系統
- ASP.NET Core的Web服務堆疊
- 路由系統
- 過濾器管線
- 建立資料存取層
- 實作領域邏輯
- 實作RESTful HTTP層
- API建立的進階概念
- 服務容器化
- 服務生態系統模式
- 使用.NET Core實作工作服務
- 保護您的服務
- 快取Web服務回應
- 日誌記錄和健康檢查
- 在Azure上部署服務
- 使用Swagger文件化您的API
- 使用Postman測試服務