Hands-On RESTful Web Services with ASP.NET Core Design production-ready, testable, and flexible RESTful APIs for web applications and microservices
暫譯: ASP.NET Core 實作 RESTful 網路服務

Samuele Resca

  • 出版商: Packt Publishing
  • 出版日期: 2019-12-27
  • 售價: $1,830
  • 貴賓價: 9.5$1,739
  • 語言: 英文
  • 頁數: 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 哲學的基本概念開始,您將學習設計和實施企業級 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 工作的軟體工程師,主要專注於網頁技術。他是 Microsoft 的 Visual Studio 及開發技術的最有價值專家(Most Valuable Professional)。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

目錄大綱(中文翻譯)


  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