Sean Whitesell - Böcker
Visar alla böcker från författaren Sean Whitesell. Handla med fri frakt och snabb leverans.
2 produkter
2 produkter
Pro Microservices in .NET 6
With Examples Using ASP.NET Core 6, MassTransit, and Kubernetes
Häftad, Engelska, 2022
720 kr
Skickas
Know the fundamentals of creating and deploying microservices using .NET 6 and gain insight from prescriptive guidance in this book on the when and why to incorporate them.The microservices architecture is a way of distributing process workloads to independent applications. This distribution allows for the independent applications to scale and evolve separately. It also enables developers to dismantle large applications into smaller, easier-to-maintain, scalable parts. While the return is valuable and the concept straightforward, applying it to an application is far more complicated. Where do you start? How do you find the optimal dividing point for your app, and strategically, how should your app be parceled out into separate services?Pro Microservices in .NET 6 will introduce you to all that and more. The authors get you started with an overview of microservices, .NET 6, event storming, and domain-driven design. You will use that foundational information to build a reference application throughout the book. From there, you will create your first microservice using .NET 6 that you can deploy into Docker and Azure Kubernetes Service. You will also learn about communication styles, decentralizing data, and testing microservices. Finally, you will learn about logging, metrics, tracing, and use that information for debugging. What You Will LearnBuild a foundation of basic microservices architecture designFollow an example of using event storming and domain-driven design to understand the monolithic application modified for microservicesUnderstand, via detailed commands, how Docker is used to containerize applicationsGet an overview of creating microservices from a monolithic applicationCall microservices using RPC and messaging communication styles with MassTransitComprehend decentralizing data and handling distributed transactionsUse Azure Kubernetes Service to host and scale your microservicesKnow the methods to make your microservices more robustDiscover testing techniques for RPC and messaging communication stylesApply the applications you build for actual usePractice cross-cutting concerns such as logging, metrics, and tracing Who This Book Is ForDevelopers and software architects. Readers should have basic familiarity with Visual Studio and experience with .NET, ASP.NET Core, and C#.
Pro Microservices in .NET 10
A Holistic Approach to Building Microservices in C#
Häftad, Engelska, 2025
787 kr
Skickas inom 3-6 vardagar
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 LearnBuild a foundation of basic microservices architecture designFollow an example of using event storming and domain-driven design to understand the monolithic application modified for microservicesLearn about ASP.NET hosting options including MVC, Razor Pages, Web API, and Minimal APIsCall microservices using RPC and messaging communication styles via HTTP and gRPCLearn about asynchronous communication using an enterprise service busComprehend decentralizing data and handling distributed transactionsUnderstand via detailed commands how Docker is used to containerize applicationsLearn to deploy microservices to Kubernetes, Azure Container Apps, App Services, and Azure FunctionsLeverage OpenTelemetry to make your microservices more robustWho This Book Is ForThis 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 EditionIn 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.