Pro microservices in .NET 6 with examples using ASP.NET Core 6, MassTransit, and Kubernetes

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 tes...

Full description

Bibliographic Details
Main Authors: Whitesell, Sean, Richardson, Rob (Author), Groves, Matthew D. (Author)
Format: eBook
Language:English
Published: [California] Apress 2022
Subjects:
Online Access:
Collection: O'Reilly - Collection details see MPG.ReNa
LEADER 04556nmm a2200505 u 4500
001 EB002009026
003 EBX01000000000000001171926
005 00000000000000.0
007 cr|||||||||||||||||||||
008 220121 ||| eng
020 |a 9781484278338 
050 4 |a QA76.76.A65 
100 1 |a Whitesell, Sean 
245 0 0 |a Pro microservices in .NET 6  |b with examples using ASP.NET Core 6, MassTransit, and Kubernetes  |c Sean Whitesell, Rob Richardson, Matthew D. Groves ; foreword by Scott Hiunter 
260 |a [California]  |b Apress  |c 2022 
300 |a 1 online resource 
505 0 |a Chapter 1. Introducing Microservices -- Chapter 2. ASP.NET Core Overview -- Chapter 3. Searching for Microservices -- Chapter 4. First Microservice -- Chapter 5. Microservice Messaging -- Chapter 6. Decentralizing Data -- Chapter 7. Testing Microservices -- Chapter 8. Containerization -- Chapter 9. Healthy Microservices 
653 |a Applications Web 
653 |a Logiciels d'application / Développement 
653 |a Microsoft .NET Framework / http://id.loc.gov/authorities/names/n2017043838 
653 |a Service-oriented architecture (Computer science) / http://id.loc.gov/authorities/subjects/sh2008008368 
653 |a Architecture orientée service (Informatique) 
653 |a Application software / Development / fast 
653 |a Microsoft .NET Framework / fast 
653 |a Web applications / fast 
653 |a Service-oriented architecture (Computer science) / fast 
653 |a Web applications / http://id.loc.gov/authorities/subjects/sh2012001728 
653 |a Application software / Development / http://id.loc.gov/authorities/subjects/sh95009362 
700 1 |a Richardson, Rob  |e author 
700 1 |a Groves, Matthew D.  |e author 
041 0 7 |a eng  |2 ISO 639-2 
989 |b OREILLY  |a O'Reilly 
500 |a Includes index 
024 8 |a 10.1007/978-1-4842-7833-8 
776 |z 148427833X 
776 |z 1484278321 
776 |z 9781484278321 
776 |z 9781484278338 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781484278338/?ar  |x Verlag  |3 Volltext 
082 0 |a 331 
082 0 |a 500 
082 0 |a 005.276 
520 |a 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.  
520 |a 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.  
520 |a 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 Understand, via detailed commands, how Docker is used to containerize applications Get an overview of creating microservices from a monolithic application Call microservices using RPC and messaging communication styles with MassTransit Comprehend decentralizing data and handling distributed transactions Use Azure Kubernetes Service to host and scale your microservices Know the methods to make your microservices more robust Discover testing techniques for RPC and messaging communication styles Apply the applications you build for actual use Practice cross-cutting concerns such as logging, metrics, and tracing Who This Book Is For Developers and software architects. Readers should have basic familiarity with Visual Studio and experience with .NET, ASP.NET Core, and C#