-
Book Overview & Buying
-
Table Of Contents
ASP.NET Core 9 Essentials
By :
In an increasingly competitive market, being agile and delivering solutions quickly has become synonymous with success.
The cloud-native approach is associated with agility and speed, allowing teams to create solutions, and adding layers of services and functionalities with loose coupling, resilience, management, and observability.
However, we must understand the relationship between agility and speed when it comes to developing cloud-native applications. Being agile is not being fast, and being fast does not necessarily mean being agile. That completely changes the way we think about a solution.
Let’s say your team received a request to create an API that aims to provide data on products available for sale in an online store, as shown in Figure 11.2:
Figure 11.2 – Online store consuming a Product API
In the example shown in Figure 11.12, the Product API would be an application in ASP.NET Core 9, containing...