Search icon CANCEL
Subscription
0
Cart icon
Cart
Close icon
You have no products in your basket yet
Save more on your purchases!
Savings automatically calculated. No voucher code required
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Pragmatic Microservices with C# and Azure

You're reading from  Pragmatic Microservices with C# and Azure

Product type Book
Published in May 2024
Publisher Packt
ISBN-13 9781835088296
Pages 508 pages
Edition 1st Edition
Languages
Author (1):
Christian Nagel Christian Nagel
Profile icon Christian Nagel
Toc

Table of Contents (23) Chapters close

Preface 1. Part 1: Creating Microservices with .NET
2. Chapter 1: Introduction to .NET Aspire and Microservices 3. Chapter 2: Minimal APIs – Creating REST Services 4. Chapter 3: Writing Data to Relational and NoSQL Databases 5. Chapter 4: Creating Libraries for Client Applications 6. Part 2: Hosting and Deploying
7. Chapter 5: Containerization of Microservices 8. Chapter 6: Microsoft Azure for Hosting Applications 9. Chapter 7: Flexible Configurations 10. Chapter 8: CI/CD – Publishing with GitHub Actions 11. Chapter 9: Authentication and Authorization with Services and Clients 12. Part 3: Troubleshooting and Scaling
13. Chapter 10: All About Testing the Solution 14. Chapter 11: Logging and Monitoring 15. Chapter 12: Scaling Services 16. Part 4: More communication options
17. Chapter 13: Real-Time Messaging with SignalR 18. Chapter 14: gRPC for Binary Communication 19. Chapter 15: Asynchronous Communication with Messages and Events 20. Chapter 16: Running Applications On-Premises and in the Cloud 21. Index 22. Other Books You May Enjoy

Preface

.NET Aspire is a new, opinionated framework offering tools and libraries for creating microservices with .NET, no matter whether they should run on-premises, on Microsoft Azure, or in any other cloud environment. In this book, you will learn how to get the most out of .NET Aspire when you build your solutions.

Creating ASP.NET Core minimal APIs (an easy and fast option for creating REST services) is just a small part of creating applications using a microservices-based architecture. This book covers all the different aspects that are needed for building a successful solution. Accessing databases, both relational as well as NoSQL; using Docker and deploying Docker images; automatic deployment with GitHub actions; monitoring the solution with logging, metrics data, and distributed tracing; creating unit tests, integration tests, and load tests; automatically publishing the solution to different environments; and using binary, real-time, and asynchronous communication – all of this is covered in the book.

Through the code provided in this book, you’ll work on a backend solution to run a cool game. From Chapter 2, you’ll already have usable and testable functionality, and it will be enhanced chapter by chapter to cover all the important aspects relating to microservices. If you don’t want to work through each chapter in sequence, we have provided code that you can start with for each chapter.

The application can run deployed to Microsoft Azure, using several Azure services such as Azure Container Apps, Container Registry, Cosmos DB, App Configuration, Key Vault, Redis, and SignalR Service. It can also run in an on-premises environment on a Kubernetes cluster using Kafka, Redis, and other resources.

By the end of this book, you’ll have become confident in implementing a stable, performant, and scalable solution and using various Azure services that are great for hosting such a service-based solution. While the solution of the book is a game, the knowledge learned will help you to create any business-related service architecture.

lock icon The rest of the chapter is locked
Next Section arrow right
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €14.99/month. Cancel anytime}