Great content, now I have something to look forward to do after work today ;). Thank you for these amazing videos.
@timdew8334 Жыл бұрын
Would love a follow up production version using Azure service bus.
@ultima861005 Жыл бұрын
learning a lot from your video tutorial, appreciate it a lot, big up Les
@normanaranez323 Жыл бұрын
This is a nice content, could you also create clean architecture setup with real project scecnario, like creating repository pattern, cqrs, mediatR, integrating with database using clean architecture? thanks in advance :)
@Navid7h3 ай бұрын
Happy 100k followers 🎉😊
@arturas544 Жыл бұрын
I am very grateful for your generous work 🙂
@Radhakrishna-pq3yj Жыл бұрын
Wonderful.. 100k coming soon. 👍
@cojucovschiion6339 Жыл бұрын
Good video, very clear explained.
@ntrpause Жыл бұрын
El mejor canal de Dotnet! me suscribo
@nguyenhaiang6198 Жыл бұрын
Your content is always solid 🔥 Please make a video about SAGA pattern.
@arpitshukla5008 Жыл бұрын
Thank you for this amazing video
@DIPANJAN5555 Жыл бұрын
Very good content. One thing that i need to add while you are adding record then can you simultaneously show the db record? It ll be easier to understand.
@fakeITDevTeam Жыл бұрын
thank you so much for the useful videos
@BjrnOttoVasbottenbjovas Жыл бұрын
Loved it, thanks
@OutsidePawn Жыл бұрын
Thanks for this. Highly appreciated. I have a few questions: 1. Will persistent Tcp connection btw client and broker scale better than polling? (I'm seriously having doubts as to which one would scale better as on the one hand, too many concurrent connections can exhaust port availability or even overload the broker whereas on the other hand, too many clients can quickly flood the broker with constant polling requests) 2. Does Kafka or any other message broker allow / prefer 1 method to the other? 2. In general, Which method is preferred / currently being used by companies that manage a lot of messages.
@rakkarajput Жыл бұрын
Awesome 👍😎👍 that'why I like it...
@arnonoordover4054 Жыл бұрын
Time 1:21:00 I suppose the FirstOrDefault should be FirstOrDefaultAsync?
@sergeys5270 Жыл бұрын
Thank you!
@edfriesema4231Ай бұрын
Thanks for the content. I downloaded the repo. Ran the message broker and then tried to run the subscriber and I got the following error in the message broker window Microsoft.Data.Sqlite.SqliteExecption(0x80004005) SQLite Error1: 'no such table:Subscriptions'. I was just trying to run the demo out of the box I am running net 8.0 on ubuntu 22.04 is there some Sqlite setup or installation necesaary before running these?
@mohammadramezani1233 Жыл бұрын
Hello les please tech us about how to use signalR in web api
@juanalfredogutierrez866310 ай бұрын
Thank you máster.
@Navovvol Жыл бұрын
A good video. BUT the video goes on for almost two hours, and all we see in the end is a while loop with a request to receive messages. There is no real subscription, for example, a callback. There is nothing about load regulation and message queue overflow.