CQRS implementation in ASP.NET Core using MediatR in .NET 5
☆130Nov 27, 2020Updated 5 years ago
Alternatives and similar repositories for MediatrTutorial
Users that are interested in MediatrTutorial are comparing it to the libraries listed below
Sorting:
- Mediator Design Pattern Example in C#☆30Oct 23, 2020Updated 5 years ago
- Simple CRUD application using C#/Blazor☆33Mar 31, 2019Updated 6 years ago
- GraphQL.Tools is a GraphQL to C# compiler (code-generator) which turns your GraphQL schema into a set of C# classes, interfaces, and enum…☆101Sep 24, 2021Updated 4 years ago
- Performance tests between REST, gRPC-Web and SignalR from browser☆12Aug 10, 2020Updated 5 years ago
- Persian calender for NopCommerce 4.50☆10Oct 19, 2022Updated 3 years ago
- A project that exemplifies a well-considered architectural approach that combines the advantages of both monolithic and microservices par…☆143Sep 10, 2023Updated 2 years ago
- ☆72Jun 21, 2020Updated 5 years ago
- This is an SDK which helps you to specify which user group (role) members have access to which actions in controllers.☆38Feb 12, 2019Updated 7 years ago
- Querying in Entity Framework Core☆27May 15, 2023Updated 2 years ago
- Hangfire is an open-sourced library that enables the developers to schedule events in the background with the utmost ease. It is a highly…☆15May 24, 2020Updated 5 years ago
- ☆10Nov 28, 2022Updated 3 years ago
- MicroService Course Sample Applications☆18Dec 8, 2022Updated 3 years ago
- In this article, we will go through Healthchecks in ASP.NET Core, it’s uses, variations and implementing your own custom health-checks. T…☆19Dec 8, 2022Updated 3 years ago
- A simple readonly wrapper for ado to make it easy to use☆19Dec 12, 2022Updated 3 years ago
- Here is an implementation of CQRS with MediatR in ASP.NET Core 3.1. Read the step by step guide in my blog post.☆95Jul 11, 2020Updated 5 years ago
- A collection of Persian components for Blazor☆44Aug 10, 2023Updated 2 years ago
- This Project related to ASP.NET Core in simple word book☆32Jan 16, 2020Updated 6 years ago
- Implementation of basic Todo app via tastejs/todomvc in C#/Typescript with eventsourcing, cqrs, and domain driven design☆257Jan 8, 2023Updated 3 years ago
- Shows an approach to work with a microservices based architecture using .Net Core, Docker, and Azure Service Fabric/Kubernetes, applying …☆156Dec 8, 2022Updated 3 years ago
- A sample project for my blog article.☆10Dec 17, 2017Updated 8 years ago
- ☆12Aug 6, 2020Updated 5 years ago
- API versioning in ASP.NET Core is a technique by which different clients can get different implementations of the same Controller based o…☆12May 20, 2020Updated 5 years ago
- 🥇 Professional REST API design with ASP.NET Core WebAPI☆929May 8, 2024Updated last year
- image resizer allows real-time image processing.☆35Jul 29, 2024Updated last year
- Sample application composed of 3 microservices showing Kubernetes and Istio Service Mesh☆23May 17, 2025Updated 9 months ago
- SOA/Microservice style distributed system using NServiceBus☆23Feb 27, 2018Updated 8 years ago
- ☆16Dec 5, 2018Updated 7 years ago
- DNTScheduler.Core is a lightweight ASP.NET Core's background tasks runner and scheduler☆45Dec 24, 2020Updated 5 years ago
- A JWT Authentication for ASP.NET Core 6 minimal APIs, using the Microsoft.AspNetCore.Authentication.JwtBearer☆14Nov 18, 2021Updated 4 years ago
- Middleware to apply limits to an ASP.NET Core pipeline, ported from Damian Hickey's OWIN LimitsMiddleware