https://github.com/fdeniz07/blazordictionary
ASP.NET Core 6 + Blazor + RabbitMQ + EF6 + CQRS + Onion Architecture + MediatR
https://github.com/fdeniz07/blazordictionary
asp-net-core-6 blazor bogus cqrs-pattern entity-framework-core mediatr onion-architecture rabbitmq
Last synced: 8 months ago
JSON representation
ASP.NET Core 6 + Blazor + RabbitMQ + EF6 + CQRS + Onion Architecture + MediatR
- Host: GitHub
- URL: https://github.com/fdeniz07/blazordictionary
- Owner: fdeniz07
- Created: 2022-05-23T21:55:23.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-16T21:08:08.000Z (about 2 years ago)
- Last Synced: 2024-12-29T01:57:04.518Z (10 months ago)
- Topics: asp-net-core-6, blazor, bogus, cqrs-pattern, entity-framework-core, mediatr, onion-architecture, rabbitmq
- Language: C#
- Homepage:
- Size: 293 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BlazorDictionary
## Structures and architectures to be used
### 1- ASP.NET Core 6
### 2- Blazor
### 3- Blazor Authentication | JWT Token | JWT Authentication
### 4- Blazor Local Storage | Blazored Token Storage
### 5- RabbitMQ
### 6- Entity Framework 6 (ORM)
### 7- CQRS Pattern
### 8- Onion Architecture
### 9- MediatR Pattern
### 10- Generate Fake Data with Bogus