-
Book Overview & Buying
-
Table Of Contents
Microservices Design Patterns in .NET - Second Edition
By :
In the evolving landscape of cloud-native application development, serverless computing has emerged as a powerful paradigm for building agile, cost-efficient, and scalable microservices. As software teams strive to reduce operational overhead and increase deployment velocity, serverless architecture provides a compelling model for delivering business value with minimal infrastructure management.
In this chapter, we will examine the application of serverless computing to microservices-based systems. Serverless doesn’t simply mean running code without managing servers, but it represents a shift in how we architect, execute, and operate software. From various public cloud platform offerings (such as Azure Functions and AWS Lambda) to durable workflows and message queues, we will explore the core building blocks needed to unlock the full potential of serverless in your .NET applications.
In this chapter, we will discuss the following...