Cantitate/Preț
Produs

Pro Microservices in .NET 10

Autor Sean Whitesell, Rob Richardson
en Limba Engleză Paperback – 10 noi 2025

Prin parcurgerea acestui volum, cititorul va implementa o aplicație de referință complet funcțională, trecând prin toate etapele critice: de la modelarea domeniului prin Domain-Driven Design până la monitorizarea în producție pe platforma Azure. Credem că valoarea principală a lucrării rezidă în pragmatismul cu care autorii Sean Whitesell și Rob Richardson abordează ecosistemul .NET 10, oferind soluții concrete pentru provocările complexe ale sistemelor distribuite. Suntem de părere că tranziția de la teorie la practică este facilitată de integrarea noilor facilități din C# 14, care simplifică sintaxa și arhitectura serviciilor.

Notăm cu interes structura tehnică ce acoperă atât comunicația sincronă prin gRPC și HTTP, cât și fluxurile asincrone bazate pe un bus de servicii. Pe linia practică a volumului Microservices Design Patterns in .NET, dar cu un focus specific pe implementarea tehnologiilor de ultimă oră precum .NET Aspire și OpenTelemetry, această ediție a doua a Pro Microservices in .NET 10 devine un manual de referință pentru mediul enterprise. Spre deosebire de Building Microservices with .NET Core 2.0, care punea bazele conceptului, volumul de față rafinează procesul de deploy, oferind comenzi detaliate pentru Docker și strategii de scalare folosind KEDA în Kubernetes. Autorii nu omit aspectele dificile, precum descentralizarea datelor și gestionarea tranzacțiilor distribuite, oferind o perspectivă onestă asupra compromisurilor necesare într-o arhitectură de tip microservicii.

Citește tot Restrânge

Preț: 37913 lei

Preț vechi: 47391 lei
-20%

Puncte Express: 569

Carte disponibilă

Livrare economică 05-19 mai
Livrare express 21-25 aprilie pentru 6354 lei


Specificații

ISBN-13: 9798868820489
Pagini: 272
Ilustrații: XXII, 247 p. 72 illus.
Dimensiuni: 178 x 254 x 15 mm
Greutate: 0.52 kg
Ediția:Second Edition
Editura: Apress

De ce să citești această carte

Recomandăm această carte arhitecților și dezvoltatorilor .NET care doresc să stăpânească versiunea 10 a framework-ului Microsoft. Veți câștiga expertiză în containerizare, orchestrare în Azure și monitorizare modernă cu OpenTelemetry. Este un ghid esențial pentru cei care vor să transforme aplicații monolitice complexe în sisteme distribuite scalabile, folosind cele mai noi standarde de codare și design patterns validate în industrie.


Descriere

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.