Jason Rowe

Be curious! Choose your own adventure.

Tag: NServicebus

  • NServicebus and .NET Core

    The following is a walk through of NServicebus and .NET Core. I setup a sample server and client using file system transport. In a future post, I’ll look at using RabbitMQ transport. The example code for this post can be found here GitHub JasonRowe/nservicebus_netcore. Server, client, and shared project solution setup. dotnet new console -n […]