---
title: "Wolverine as Mediator in .NET"
url: https://daily.dev/posts/wolverine-as-mediator-in-net-hf40pyim2
source_url: https://mwaseemzakir.substack.com/p/wolverine-as-mediator-in-net
type: article
source: "Waseem .NET Newsletter"
published: 2025-04-26T04:25:34.500Z
updated: 2025-04-26T04:25:47.167Z
tags: ["webdev", ".net", "nuget"]
reading_time: 3
upvotes: 11
comments: 2
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Wolverine as Mediator in .NET

**[Waseem .NET Newsletter](https://daily.dev/sources/mwaseemzakir)** · 3 min read · 11 upvotes · 2 comments

## Summary

With MediatR going commercial, developers are exploring alternatives. Wolverine, a free NuGet package, offers next-generation .NET mediator and message bus capabilities. Using Wolverine involves simple naming conventions and no special interfaces, making it a streamlined choice for handling messages in .NET applications. It includes features like fluent validation and can be configured to use only core mediator services to keep applications lean and efficient.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://mwaseemzakir.substack.com/p/wolverine-as-mediator-in-net>

## Community discussion

Top comments from developers on daily.dev.

**@andersgravgaardjensen** · 0 upvotes

> Looks promising. How solid is the community behind it?

**@richezantoine** · 0 upvotes

> I really like the fact that this package is "simple" and straightforward, also the "cascading" commands feature looks like it could resolve a lot of problems developers could have when doing Event Driven with MediatR (such as not having particular orders when firing multiples events when the entities are updated).
>
> However, what I don't like about it is the fact that it resolves the handlers automatically.
>
> If I were to use it, I would probably create an interface that dictates the handlers structures (for centralized log/event managements ease of use) but I would have liked to have the...

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments

---

Tags: [#webdev](https://daily.dev/tags/webdev), [#.net](https://daily.dev/tags/.net), [#nuget](https://daily.dev/tags/nuget)

[View this post on daily.dev](https://daily.dev/posts/wolverine-as-mediator-in-net-hf40pyim2)
