All Projects → jbogard → Mediatr

jbogard / Mediatr

Licence: apache-2.0
Simple, unambitious mediator implementation in .NET

Programming Languages

C#
18002 projects
powershell
5483 projects

Projects that are alternatives of or similar to Mediatr

Commercejs Nextjs Demo Store
Commerce demo store built for the Jamstack. Built with Commerce.js, Next.js, and can be one-click deployed to Netlify. Includes product catalog, categories, variants, cart, checkout, payments (Stripe) order confirmation, and printable receipts.
Stars: ✭ 737 (-89.8%)
Mutual labels:  hacktoberfest
Phpauth
PHPAuth is a secure PHP Authentication class that easily integrates into any site.
Stars: ✭ 748 (-89.65%)
Mutual labels:  hacktoberfest
Stylish Haskell
Haskell code prettifier
Stars: ✭ 754 (-89.56%)
Mutual labels:  hacktoberfest
Luya
LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike.
Stars: ✭ 741 (-89.74%)
Mutual labels:  hacktoberfest
Juice
The Hacker's Machine Learning Engine
Stars: ✭ 743 (-89.71%)
Mutual labels:  hacktoberfest
Mybb
MyBB is a free and open source forum software.
Stars: ✭ 750 (-89.62%)
Mutual labels:  hacktoberfest
Aws Sdk Js V3
Modularized AWS SDK for JavaScript.
Stars: ✭ 737 (-89.8%)
Mutual labels:  hacktoberfest
Actix
Actor framework for Rust.
Stars: ✭ 6,764 (-6.37%)
Mutual labels:  hacktoberfest
Nextsimplestarter
🐳 Simple and Accessible PWA boilerplate with Nextjs 10 + React Hooks
Stars: ✭ 744 (-89.7%)
Mutual labels:  hacktoberfest
Splat
Makes things cross-platform
Stars: ✭ 753 (-89.58%)
Mutual labels:  hacktoberfest
React Simple Code Editor
Simple no-frills code editor with syntax highlighting
Stars: ✭ 740 (-89.76%)
Mutual labels:  hacktoberfest
Rows
A common, beautiful interface to tabular data, no matter the format
Stars: ✭ 739 (-89.77%)
Mutual labels:  hacktoberfest
Awesome Cn Cafe
A curated list of awesome coffee places in China.
Stars: ✭ 752 (-89.59%)
Mutual labels:  hacktoberfest
K8dash
Simple Kubernetes realtime dashboard and management
Stars: ✭ 741 (-89.74%)
Mutual labels:  hacktoberfest
Expr Eval
Mathematical expression evaluator in JavaScript
Stars: ✭ 752 (-89.59%)
Mutual labels:  hacktoberfest
Mtasa Blue
Multi Theft Auto is a game engine that incorporates an extendable network play element into a proprietary commercial single-player game.
Stars: ✭ 739 (-89.77%)
Mutual labels:  hacktoberfest
Socialify
💞 Socialify your project. 🌐 Share with the world!
Stars: ✭ 750 (-89.62%)
Mutual labels:  hacktoberfest
Glow
Render markdown on the CLI, with pizzazz! 💅🏻
Stars: ✭ 7,596 (+5.15%)
Mutual labels:  hacktoberfest
Migrate
Database migrations. CLI and Golang library.
Stars: ✭ 7,712 (+6.76%)
Mutual labels:  hacktoberfest
Awesome Android Learning Resources
👓 A curated list of awesome android learning resources for android app developers.
Stars: ✭ 753 (-89.58%)
Mutual labels:  hacktoberfest

MediatR

CI NuGet NuGet MyGet (dev)

Simple mediator implementation in .NET

In-process messaging with no dependencies.

Supports request/response, commands, queries, notifications and events, synchronous and async with intelligent dispatching via C# generic variance.

Examples in the wiki.

Installing MediatR

You should install MediatR with NuGet:

Install-Package MediatR

Or via the .NET Core command line interface:

dotnet add package MediatR

Either commands, from Package Manager Console or .NET Core CLI, will download and install MediatR and all required dependencies.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].