Web API Development with ASP.NET Core 8: Learn techniques, patterns, and tools for building high-performance, robust, and scalable web APIs
暫譯: 使用 ASP.NET Core 8 開發 Web API:學習構建高效能、穩健且可擴展的 Web API 的技術、模式和工具
Yan, Xiaodi
- 出版商: Packt Publishing
- 出版日期: 2024-04-05
- 售價: $2,100
- 貴賓價: 9.5 折 $1,995
- 語言: 英文
- 頁數: 804
- 裝訂: Quality Paper - also called trade paper
- ISBN: 180461095X
- ISBN-13: 9781804610954
-
相關分類:
.NET、ASP.NET、JVM 語言
立即出貨 (庫存=1)
相關主題
商品描述
Develop web API applications using design patterns, advanced customization, and cutting-edge technologies, such as SignalR, gRPC, and GraphQL, while leveraging powerful cloud platforms and tools to accelerate development
Key Features
- Gain proficiency in building modern ASP.NET Core web API applications
- Develop the skills to effectively test, debug, and secure your web API applications
- Streamline development workflows and boost productivity with cloud computing platforms and industry-standard CI/CD tools
- Purchase of the print or Kindle book includes a free PDF eBook
Book Description
Web API applications have become increasingly significant in recent years, fueled by the ever-accelerating pace of technological advancements. However, with this rapid evolution comes a pressing challenge: the need to create web API applications that are not only functional but also adaptable, maintainable, and scalable to meet the demands of users and businesses alike. This book will help you address this challenge head-on, equipping you with the knowledge and skills required to develop web API applications from scratch.
By providing a deeper understanding of the various protocols implemented by ASP.NET Core, including RESTful, SignalR (WebSocket), gRPC, and GraphQL, supplemented by practical examples and optimization techniques, such as using middleware, testing, caching, and logging, this book offers invaluable insights for both newcomers as well as seasoned developers to meet modern web development requirements. Additionally, you'll discover how to use cloud platforms such as Azure and Azure DevOps to enhance the development and operational aspects of your application.
By the end of the book, you'll be fully prepared to undertake enterprise-grade web API projects with confidence, harnessing the latest advancements in ASP.NET Core 8 to drive innovation.
What you will learn
- Build a strong foundation in web API fundamentals
- Explore the ASP.NET Core 8 framework and other industry-standard libraries and tools for high-performance, scalable web APIs
- Apply essential software design patterns such as MVC, dependency injection, and the repository pattern
- Use Entity Framework Core for database operations and complex query creation
- Implement robust security measures to protect against malicious attacks and data breaches
- Deploy your application to the cloud using Azure and leverage Azure DevOps to implement CI/CD
Who this book is for
This book is for developers who want to learn how to build web APIs with ASP.NET Core and create flexible, maintainable, scalable applications with .NET platform. Basic knowledge of C#, .NET, and Git will assist with understanding the concepts more easily.
商品描述(中文翻譯)
開發網路 API 應用程式,使用設計模式、高級自訂和尖端技術,如 SignalR、gRPC 和 GraphQL,同時利用強大的雲端平台和工具來加速開發。
主要特點
- 獲得建立現代 ASP.NET Core 網路 API 應用程式的熟練度
- 發展有效測試、除錯和保護網路 API 應用程式的技能
- 精簡開發工作流程,並利用雲端計算平台和行業標準的 CI/CD 工具提升生產力
- 購買印刷版或 Kindle 書籍可獲得免費 PDF 電子書
書籍描述
網路 API 應用程式在近年來變得越來越重要,這是由於技術進步的步伐不斷加快。然而,隨著這種快速演變而來的挑戰是:需要創建不僅功能完善,還能適應、維護和擴展的網路 API 應用程式,以滿足用戶和企業的需求。本書將幫助您正面應對這一挑戰,為您提供從零開始開發網路 API 應用程式所需的知識和技能。
本書提供對 ASP.NET Core 實現的各種協議的深入理解,包括 RESTful、SignalR(WebSocket)、gRPC 和 GraphQL,並輔以實用範例和優化技術,如使用中介軟體、測試、快取和日誌記錄,為新手和資深開發者提供寶貴的見解,以滿足現代網頁開發的需求。此外,您將發現如何使用 Azure 和 Azure DevOps 等雲端平台來增強應用程式的開發和運營方面。
在本書結束時,您將完全準備好自信地承擔企業級網路 API 專案,利用 ASP.NET Core 8 的最新進展來推動創新。
您將學到的內容
- 建立網路 API 基礎知識的堅實基礎
- 探索 ASP.NET Core 8 框架及其他行業標準的庫和工具,以實現高效能、可擴展的網路 API
- 應用基本的軟體設計模式,如 MVC、依賴注入和儲存庫模式
- 使用 Entity Framework Core 進行資料庫操作和複雜查詢的創建
- 實施強健的安全措施,以防止惡意攻擊和資料洩漏
- 使用 Azure 將應用程式部署到雲端,並利用 Azure DevOps 實現 CI/CD
本書適合誰
本書適合希望學習如何使用 ASP.NET Core 建立網路 API 的開發者,並創建靈活、可維護、可擴展的 .NET 平台應用程式。具備 C#、.NET 和 Git 的基本知識將有助於更輕鬆地理解這些概念。
目錄大綱
- Fundamentals of Web APIs
- Getting Started with ASP.NET Core Web APIs
- ASP.NET Core Fundamentals (Part 1)
- ASP.NET Core Fundamentals (Part 2)
- Data Access in ASP.NET Core (Part 1: Entity Framework Core Fundamentals)
- Data Access in ASP.NET Core (Part 2: Entity Relationships)
- Data Access in ASP.NET Core (Part 3: Tips)
- Security and Identity in ASP.NET Core
- Testing in ASP.NET Core (Part 1 - Unit Testing)
- Testing in ASP.NET Core (Part 2 - Integration Testing)
- Getting Started with gRPC
- Getting Started with GraphQL
- Getting Started with SignalR
- CI/CD for ASP.NET Core Using Azure Pipelines and GitHub Actions
- ASP.NET Core Web API Common Practices
- Error Handling, Monitoring, and Observability
- Cloud-Native Patterns
- Leveraging Open-Source Frameworks
目錄大綱(中文翻譯)
- Fundamentals of Web APIs
- Getting Started with ASP.NET Core Web APIs
- ASP.NET Core Fundamentals (Part 1)
- ASP.NET Core Fundamentals (Part 2)
- Data Access in ASP.NET Core (Part 1: Entity Framework Core Fundamentals)
- Data Access in ASP.NET Core (Part 2: Entity Relationships)
- Data Access in ASP.NET Core (Part 3: Tips)
- Security and Identity in ASP.NET Core
- Testing in ASP.NET Core (Part 1 - Unit Testing)
- Testing in ASP.NET Core (Part 2 - Integration Testing)
- Getting Started with gRPC
- Getting Started with GraphQL
- Getting Started with SignalR
- CI/CD for ASP.NET Core Using Azure Pipelines and GitHub Actions
- ASP.NET Core Web API Common Practices
- Error Handling, Monitoring, and Observability
- Cloud-Native Patterns
- Leveraging Open-Source Frameworks