Pro Microservices in .NET 10 : A Holistic Approach to Building Microservices in C# (2ND)

個数:
電子版価格
¥12,043
  • 電子版あり

Pro Microservices in .NET 10 : A Holistic Approach to Building Microservices in C# (2ND)

  • 提携先の海外書籍取次会社に在庫がございます。通常3週間で発送いたします。
    重要ご説明事項
    1. 納期遅延や、ご入手不能となる場合が若干ございます。
    2. 複数冊ご注文の場合は、ご注文数量が揃ってからまとめて発送いたします。
    3. 美品のご指定は承りかねます。

    ●3Dセキュア導入とクレジットカードによるお支払いについて
  • 【入荷遅延について】
    世界情勢の影響により、海外からお取り寄せとなる洋書・洋古書の入荷が、表示している標準的な納期よりも遅延する場合がございます。
    おそれいりますが、あらかじめご了承くださいますようお願い申し上げます。
  • ◆画像の表紙や帯等は実物とは異なる場合があります。
  • ◆ウェブストアでの洋書販売価格は、弊社店舗等での販売価格とは異なります。
    また、洋書販売価格は、ご注文確定時点での日本円価格となります。
    ご注文確定後に、同じ洋書の販売価格が変動しても、それは反映されません。
  • 製本 Paperback:紙装版/ペーパーバック版/ページ数 247 p.
  • 言語 ENG
  • 商品コード 9798868820489
  • DDC分類 005.1

Full Description

Learn how to design, build, test, deploy, and monitor microservices using .NET 10.

Microservices is a pattern of separating software into small, reusable components to solve specific problems. Each microservice can be independently built, deployed, and scaled. This pattern provides enterprise grade durability and scale to meet complex business goals and customer needs in enterprise systems. While the return is valuable and the concept straightforward, applying it to an enterprise development effort is far more complicated. Where do you start? How do you find the seams between the components? And once you have all the services, how do you deploy and scale them to meet the durability and performance needs of the organization?

Pro Microservices in .NET 10 will introduce you to all that and more. The authors get you started with an overview of microservices and other development patterns, event storming, domain-driven design, and the options for developing in ASP.NET. You will use that foundational information to build a reference application throughout the book, exploring both synchronous messaging with HTTP, gRPC, and asynchronous messaging with a service bus. From there, you will create your first microservice using C# and .NET 10, test it using unit and integration tests, and package it into a Docker container. You'll deploy the container to various Azure services including Kubernetes, Azure Container Apps, App Service, Azure Functions, and KEDA. You will also learn about communication styles, decentralizing data, and testing microservices. Finally, you will learn how to keep services healthy using OpenTelemetry for logging, Aspire for local development, and Azure Application Insights for production.

What You Will Learn

Build a foundation of basic microservices architecture design
Follow an example of using event storming and domain-driven design to understand the monolithic application modified for microservices
Learn about ASP.NET hosting options including MVC, Razor Pages, Web API, and Minimal APIs
Call microservices using RPC and messaging communication styles via HTTP and gRPC
Learn about asynchronous communication using an enterprise service bus
Comprehend decentralizing data and handling distributed transactions
Understand via detailed commands how Docker is used to containerize applications
Learn to deploy microservices to Kubernetes, Azure Container Apps, App Services, and Azure Functions
Leverage OpenTelemetry to make your microservices more robust

Who This Book Is For

This book is for professional developers and software architects looking to level up their skills. Readers should have basic familiarity with Visual Studio or VS Code and experience with .NET, ASP.NET Core, and C#.

New to This Edition

In this new and updated volume, the authors explore new features from .NET 10 and C# 14 that launched in November 2025, making it easier than ever to design, architect, build, test, and deploy microservices. These enhancements include testing patterns, Docker, Kubernetes, Azure deployment, YARP, and Aspire.