.NET Tools
Essential productivity kit for .NET and game developers
Webinar – Wolverine: Your Next Messaging Library
Join us Wednesday, November 16, 2022, 2:00 – 3:00 PM UTC (check other timezones) for our free live webinar, Wolverine: Your Next Messaging, with Senior Director of Software Architecture at MedeAnalytics, Jeremy D. Miller.
Register now and get a reminder, or join on YouTube
Wolverine is a new framework for local command handling and asynchronous messaging between processes in .NET. Great, but there are several mature tools like that in .NET, so what’s different enough to make this worthwhile? First, Wolverine has a unique approach to command handlers that allow developers to write the simplest possible code and adapt to your code instead of forcing you to use crufty framework-y constructs. As you’d expect, Wolverine has a strong middleware strategy for dealing with cross-cutting concerns but does so in a much more efficient way that avoids the memory bloat issues that degrade the performance of competing tools in .NET.
Wolverine is absolutely meant for real-world development, so it comes out of the box with strong instrumentation. In this talk, I’ll show the out-of-the-box integration with .NET logging, Open Telemetry tracing, and opt-in performance metrics. Being a newer tool, it completely embraces the modern .NET stack, meaning it’s easily integrated into any .NET project type that is bootstrapped through the generic host mechanism.
Paired with its optional integration with Marten, Wolverine is meant to be a highly effective framework for applications that use CQRS and Event Sourcing. In this talk, we’ll see how Wolverine can remove most of the repetitive code that CQRS with Event Sourcing can often cause. We’ll also examine how integrating Marten opens up easier Event Driven Architecture strategies.
Lastly, Wolverine is again meant for real-world development, so we’ll look at how it easily fits into both unit and integration testing strategies.
You can attend Jeremy D. Miller’s webinar on YouTube or register for Wolverine: Your Next Messaging Library to get a reminder closer to the webinar.
About the presenter: