In this post, we will delve into the core principles and guidance of the Well-Architected Frameworks (WAF) of Azure, Amazon Web Services (AWS), and Google Cloud Platform (GCP). We’ll highlight the pillars that form the foundation of these frameworks: Cost Optimization, Operational Excellence, Performance Efficiency, Reliability, Security, and Sustainability. Each pillar provides a lens through which architects can evaluate their current setups and identify areas for enhancement. Together they will form a consolidated guide to Well-Architected frameworks. Moreover, as cloud …
Category: Architecture
In Architecture, devTags .net, .net6, c#, dotnetcore, efcore, entity framework, event sourcing, sql, sqlserverLeave a comment thecodewrapper
Simple Event-Sourcing with EF Core and SQL Server …
In Architecture, devTags .net, asp.net, clean architecture, cqrs, ddd, dependency inversion, domain-driven design, ef core thecodewrapper
Clean Architecture design to act as a starting point for building ASP.NET Core solutions. Abstracts away relational persistence strategies and event sourcing. …