Modern .NET Messaging using MassTransit

preview_player
Показать описание
A modern look at messaging, and how MassTransit provides a consistent programming model on top of Azure Service Bus, Azure Event Hub, and other transports such as RabbitMQ, ActiveMQ, and Amazon SQS. By decoupling services from the message transport, services are more portable and can be unit tested in-memory.

#dotnet6 #dotnetconf #dotnet
Рекомендации по теме
Комментарии
Автор

MassTransit still active... i thought many of the alternative messaging frameworks back in 2009 would win before you but you obviously survived them all:) congrats

allanhouston
Автор

So it didn't work. When the database was down, he got a (false 202), then went to GET and got a 500, once the db was back up, he submit it again... Dah!!!
So what was the point...

richardsimpson
Автор

I don't like this saga implementation, that is coupled with entity framework. I looked at the code repo and there is no add remove update or query code there, these all happen auto-magically, which is an alert sign for me. What if I want to do a custom query, use a repo pattern, use a non-guid id, etc.? I used masstransit in the past with rabbitmq, without the saga, and it was fine, but still it wasn't necessary imho, I could have just used rabbitmq directly.

kdakan
Автор

Finally! This allows me to send messages from a Blazor app and than have a desktop app start an instance of auto desk inventor and automatically create a 3d model and drawing! If I were Thanos this would be my 6th infinity stone! Thank you 🙏🏾

TS-yfhq
Автор

Is there a way to get the code in GIT? Thanks

grupomexcomer
Автор

That's great that we can hear you again! Keep up producing your awesome videos. Thank you for your effort.

pawestanek
Автор

It’s a great tool. BUT way too much boiler plate to setup and logging isn’t clear enough. I wasted days and days on this and in future, I would just use the azure messaging packages instead.

coderider
Автор

I never undertood this argument, what if the message broker is down then XD ?

koktbarilla
Автор

Can we get the repo url for this, thanks

anandjaisy
Автор

Is there anyway to get source code for this ?

jinalpatel
Автор

Yes! I've missed your videos =) not the best quality of audio and a green screen would make your head less wobbly but as always the content is top notch.

gamingfun
Автор

Something that always makes me laugh is don't these presenters know about presentation mode for PowerPoint!?

johnmorsley
Автор

your name cover half of the screen, man... be humble

Killputin