From f365fe71375128b98a2080b82f488ef5cb32e642 Mon Sep 17 00:00:00 2001 From: Code Ninja Date: Tue, 12 Nov 2024 17:11:36 +0000 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 7de0f6e..e630276 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,11 @@ Cross cutting concerns are requirements that are general and common across the a > * Error handling. > * Performance monitoring. > * Custom business rules. +> * Domain events +> * Managed Async processing +> * Thread Local Storage. +> * Inversion of Control. +> * many more ## Clean Architecture MicroFx is implemented based on clean architecture principles. Clean architecture is a software design philosophy that separates the elements of a design into ring levels. An important goal of clean architecture is to provide developers with a way to organize code in such a way that it encapsulates the business logic but keeps it separate from the delivery mechanism.