mizrael / WebApiWithBackgroundWorker
Small demo showing how to implement Pub/Sub with a BackgroundWorker in .NET Core
☆78Updated last year
Related projects ⓘ
Alternatives and complementary repositories for WebApiWithBackgroundWorker
- Sample created in the live-coding video series☆81Updated last year
- A microservice architecture template which implements the CQRS and Mediator patterns☆95Updated last year
- A repository showing how to handle concurrent conflicts using EntityFramework Core and DDD Aggregates☆65Updated 4 years ago
- A demo project around building reliable microservices in Azure☆66Updated 7 months ago
- Self study: DDD, .net core, entity framework core☆85Updated 3 months ago
- [Distributed .NET Core] API Gateway for DShop project.☆93Updated 5 years ago
- Demos for my talk Beyond HTTP in ASP.NET Core 3.0 with gRPC☆88Updated 2 years ago
- Sample ASP.NET Core API that uses MediatR in a CQRS approach to handle requests and responses.☆42Updated 5 years ago
- A simple demo listing all services available to an app at startup☆83Updated 2 years ago
- ☆33Updated 3 years ago
- Converts EFCore.GenericServices and EfCore.GenericBizRunner statuses to ASP.NET Core formats☆49Updated 4 years ago
- A simple request authorization package that allows you to build and run request specific authorization requirements before your request h…☆105Updated this week
- A sample demonstrating the CachedRepository pattern☆118Updated last year
- Shows how to use the new transactional outbox