合集-Microservice
摘要:Containerization is an approach to software development in which an application or service, its dependencies, and its configuration (abstracted as dep
阅读全文
摘要:There are two supported frameworks for building server-side containerized Docker applications with .NET: .NET Framework and .NET 7. They share many .N
阅读全文
摘要:Microservices offer great benefits but also raise huge new challenges. Microservice architecture patterns are fundamental pillars when creating a micr
阅读全文
摘要:Identify domain-model boundaries for each microservie The goal when identifying model boundaries and size for each microservice isn't to get to the mo
阅读全文
摘要:Design a domain model for each microservice or Bounded Context that reflects understanding of the business domain. This section focuses on more advanc
阅读全文
摘要:Implement value objects As discussed in earlier sections about entities and aggregates, identity is fundamental for entities. However, there are many
阅读全文
摘要:Developing containerized microservice applications means you are building multi-container applications. However, a multi-container application could a
阅读全文