You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://github.com/dotnet/standard/blob/v2.1.0/docs/versions/netstandard2.1.md)
[](https://github.com/dotnet/standard/blob/v2.1.0/docs/versions/netstandard2.1.md)
-**Projection Engine** - Real-time and batch projection processing
33
-
-**Read Model Synchronization** - Automated view materialization
34
-
* 📊 Event-First Design with Event Sourcing Foundation
35
-
-**Event Replay** - Complete system state reconstruction capabilities
36
-
-**Event Correlation** - Track causation and correlation across event streams
37
-
-**Eventual Consistency** - Saga pattern implementation for long-running processes
38
-
-**Audit Trail** - Immutable audit log for compliance requirements
39
-
-**Snapshots** - Automatic snapshot management for performance optimization
24
+
* ⚡ CQRS Implementation with Command/Query Segregation
25
+
* 📊 Event-First Design with Event Sourcing Foundation
40
26
* 🧱 Clean Architecture
41
-
-**Improved Maintainability** - well-organized codebase with distinct layers and separation of concerns
42
-
-**Increased Modularity** - promotes smaller, well-defined modules or components, each with a specific responsibility
43
-
-**Enhanced Testability** - allows focused testing of individual components without the need for complex setups or external dependencies
44
-
-**Framework and Database Independence** - allows easy switching of components, databases, or other external dependencies without requiring significant changes to the core application
45
27
46
28
## 🏁 Getting Started
47
29
### 🏢 Installation
48
30
nuget add package SourceFlow.Net
49
31
> dotnet add package SourceFlow.Net.SqlServer # or your preferred storage
32
+
### Developer Guide
33
+
This comprehensive guide provides detailed information about the SourceFlow.Net framework, covering everything from basic concepts to advanced implementation patterns and troubleshooting guidelines.
34
+
35
+
Please click on [Developer Guide](https://github.com/CodeShayk/SourceFlow.Net/wiki/Developer-Guide) for complete details.
0 commit comments