They have different purposes. Event Grid is for notification of events. Service Bus is for messaging, and usually includes small to large size payloads.
As far as common sense goes for domain driven design (which is partly what this talk is about), it's generally bad practice to let microservices query data across eachother; that is, unless I'm completely mistaken.
I bet the author has no practical experience with this architecture. Imagine you have MVC -> BFF -> Service1 -> Service2 -> ServiceN and suddenly you need to add one column to ServiceN db and expose it all the way up to the MVC. It's also a lot of fun run N number of services locally to fix a bug. Another point is SLA is growing with N times. Backward compatibility and downtime issues.
The guy on thumbnail looks like he could use some monolith and good sleep. Microservices are buzzword and incorrect tool in 99% cases. No you are not building the next Netflix.
99%! Do not exaggerate. It seems you have worked only on petty projects. Your reluctance or incompetence to be able learn new technology does not make the new architectural software patterns bad. As for the guy here, yes I agree with you; he needs some sleep.
I have to agree on the "buzzword" reference. I feel like MS is constantly repackaging existing tech as new? "Eventual Consistency"... I'm thinking I have always known this as propagation??? Am I taking crazy pills?
First advertisement I got was right when he clicked on VS to view the first microservice. Great timing! 😂
Can this example be shared in a Github repo for studying purposes?
I’d love to see a comparison of Event Grid vs Service Bus for the purpose of micro services comms. MS docs seem to suggest they recommend EG for this
They have different purposes. Event Grid is for notification of events. Service Bus is for messaging, and usually includes small to large size payloads.
@@soucianceeqdamrashti8175Exactly you got it.
As far as common sense goes for domain driven design (which is partly what this talk is about), it's generally bad practice to let microservices query data across eachother; that is, unless I'm completely mistaken.
Thanks , Can you share demo code?
Amazing talk. 👏👏
Amazing talk.
Eres MVP y metes la mayor parte del código en el controller...por eso hay sistemas inmantenibles
Gill is a great dvelopper and teacher. Where is the source code ?
the fact this demo is not using minimal APIs i see as a missed opportunity
thanks for menioning this. reminds me of nancy which i really liked.
So microservices still a thing or has modular monolithic taken over?
Where we can get the projecr solution.please??
I bet the author has no practical experience with this architecture. Imagine you have MVC -> BFF -> Service1 -> Service2 -> ServiceN and suddenly you need to add one column to ServiceN db and expose it all the way up to the MVC. It's also a lot of fun run N number of services locally to fix a bug. Another point is SLA is growing with N times. Backward compatibility and downtime issues.
Microservices became more popular because it is easier to do thanks to Kubernetes. Versioning and rolling updates are often easier then.
bro fr looks like Michael Yagoobian when he was a child
Why is so much business logic in the controllers?
The guy on thumbnail looks like he could use some monolith and good sleep. Microservices are buzzword and incorrect tool in 99% cases. No you are not building the next Netflix.
Opened the video to share the same sentiment.
Monolith is very old architecture. Time to move on to better solutions. But you must be capable to learn them first .
Yip. Im always amazed how many ways they can dissect the same frog.
99%! Do not exaggerate. It seems you have worked only on petty projects. Your reluctance or incompetence to be able learn new technology does not make the new architectural software patterns bad. As for the guy here, yes I agree with you; he needs some sleep.
I have to agree on the "buzzword" reference. I feel like MS is constantly repackaging existing tech as new? "Eventual Consistency"... I'm thinking I have always known this as propagation??? Am I taking crazy pills?