We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9514d5 commit 2ec28a1Copy full SHA for 2ec28a1
README.md
@@ -12,10 +12,14 @@ You may need configure *appsettings.json* to get it to work.
12
* DDD based implementation
13
* Unit and Integration Tests
14
* CQRS pattern for use cases
15
-* Auto logging with independent transaction
+* Cross-cutting concerns: Auto logging with independent transaction, error handler, auto rollback
16
* Migrations
17
-* Result pattern, avoiding throws
+* Result pattern return, avoiding throws
18
* Api fixed base response
19
+* Unity of Work and repository pattern
20
+* API Base result format
21
+* JWT Authentication
22
+* BCrypt for security of passwords
23
24
# Layers
25
0 commit comments