Buying Options
Digital List Price: | $31.99 |
Kindle Price: | $19.79 Save $12.20 (38%) |
Your Memberships & Subscriptions

Download the free Kindle app and start reading Kindle books instantly on your smartphone, tablet, or computer - no Kindle device required. Learn more
Read instantly on your browser with Kindle for Web.
Using your mobile phone camera - scan the code below and download the Kindle app.
Microservices Design Patterns in .NET: Making sense of microservices design and architecture using .NET Core 1st Edition, Kindle Edition
Price | New from | Used from |
- Kindle
$19.79 Read with Our Free App - Paperback
$39.99
Learn to be deliberate and intentional in your design, technology, and pattern choices when developing an application using a microservices architecture.
Key Features
- Tackle common design problems when developing a microservices application using .NET Core
- Explore applying S.O.L.I.D development principles in developing a stable microservice application
- Use your knowledge to solve common microservice application design challenges
Book Description
Are you a developer who needs to fully understand the different patterns and benefits that they bring to designing microservices? If yes, then this book is for you. Microservices Design Patterns in .NET will help you appreciate the various microservice design concerns and strategies that can be used to navigate them.
Making a microservice-based app is no easy feat and there are many concerns that need to be addressed. As you progress through the chapters of this guide, you'll dive headfirst into the problems that come packed with this architectural approach, and then explore the design patterns that address these problems. You'll also learn how to be deliberate and intentional in your architectural design to overcome major considerations in building microservices.
By the end of this book, you'll be able to apply critical thinking and clean coding principles when creating a microservices application using .NET Core.
What you will learn
- Use Domain-Driven Design principles in your microservice design
- Leverage patterns like event sourcing, database-per-service, and asynchronous communication
- Build resilient web services and mitigate failures and outages
- Ensure data consistency in distributed systems
- Leverage industry standard technology to design a robust distributed application
- Find out how to secure a microservices-designed application
- Use containers to handle lightweight microservice application deployment
Who this book is for
If you are a .NET developer, senior developer, software architect, or DevOps engineer who wants to explore the pros and cons, intricacies, and overall implementation of microservice architecture, then this book is for you. You'll also get plenty of useful insights if you're seeking to expand your knowledge of different design patterns and supporting technologies.
Basic experience with application and API development with .NET Core (2+) and C# will help you get the most out of this book.
Table of Contents
- Introduction To Microservices: The Big Picture
- Working with the Aggregator Pattern
- Implementing the Chain of Responsibility Pattern (Synchronous Communication)
- Asynchronous Communication between microservices
- Working with the CQRS Pattern
- Applying Event Sourcing Patterns
- Handling Data for Each Microservice with Database Per Service Pattern
- Implement transactions across microservices using the Saga pattern
- Build a fault-tolerant and resilient system with the Circuit Breaker Pattern
- Performing Health Checks of your services
- Reviewing the implementation of API Gateway Pattern
- API Security with Bearer Tokens
- Microservice Container Hosting
- Implementing Centralized Logging for Microservices
- Wrapping it all up
- ISBN-13978-1804610305
- Edition1st
- PublisherPackt Publishing
- Publication dateJanuary 13, 2023
- LanguageEnglish
- File size10418 KB
Customers who viewed this item also viewed
Editorial Reviews
About the Author
Trevoir Williams is a software engineer and part-time lecturer. With a master’s degree in computer science, he has spent over a decade teaching web, software, and database development courses. He also has extensive industry experience in web application development, Azure Cloud System, and server administration. He enjoys teaching IT and development courses and hopes to impart knowledge of the latest developments in industry standards and techniques to his students.
--This text refers to the paperback edition.Product details
- ASIN : B0BNVSKVHL
- Publisher : Packt Publishing; 1st edition (January 13, 2023)
- Publication date : January 13, 2023
- Language : English
- File size : 10418 KB
- Text-to-Speech : Enabled
- Screen Reader : Supported
- Enhanced typesetting : Enabled
- X-Ray : Not Enabled
- Word Wise : Not Enabled
- Sticky notes : On Kindle Scribe
- Print length : 300 pages
- Best Sellers Rank: #507,267 in Kindle Store (See Top 100 in Kindle Store)
- #49 in C# Programming (Kindle Store)
- #114 in Microsoft Programming (Kindle Store)
- #124 in C# Programming (Books)
- Customer Reviews:
About the author

Trevoir Williams is a passionate software and system engineer with a drive to share the best of his knowledge with students around the globe. His educational achievements include a Master’s degree in Computer Science and several Microsoft Azure Certifications. He is also a Microsoft Certified Trainer.
Trevoir enjoys teaching IT and development skills and guides students in gaining the latest knowledge with practical application in the modern industry.
Customer reviews
Customer Reviews, including Product Star Ratings help customers to learn more about the product and decide whether it is the right product for them.
To calculate the overall star rating and percentage breakdown by star, we don’t use a simple average. Instead, our system considers things like how recent a review is and if the reviewer bought the item on Amazon. It also analyzed reviews to verify trustworthiness.
Learn more how customers reviews work on Amazon-
Top reviews
Top reviews from the United States
There was a problem filtering reviews right now. Please try again later.
The book covers a wide range of design patterns and best practices that are commonly used in microservices architecture. The author also provides a detailed explanation of how each design pattern can be implemented.
One thing I really appreciated about this book was the attention to detail. The author goes into great depth about the pros and cons of each design pattern and how it can be applied in different scenarios. I found this incredibly helpful in understanding the various trade-offs involved in different approaches.
Overall, I would highly recommend this book to any experienced developer looking to learn more about microservices design patterns and best practices.
This is a decent book for post-PMF and growth stage companies to have an idea of how to structure things for scale.
It contains materials that cloud-scale orgs currently use and still try to implement over time. Especially CQRS and event sourcing techniques that they struggle with.
Good code examples and diagrams.
Another good supplementary material is the Microsoft cloud architecture documents and the book “Data Intensive Applications”. These 3 materials can help you gain the knowledge to prepare your enterprise applications for scaling of both application and teams.
I liked chapter 5, about CQRS, it's a great pattern for large-scale, data-intensive applications with parallel operations. I implemented it with the MediatR package.
Would definitely recommend this book.
The book is well written, with good explanations, and concrete examples, and it covers a large variety of topics. The author knows what he is talking about.