Can this example be shared in a Github repo for studying purposes?
@greekplayback2 жыл бұрын
Thanks , Can you share demo code?
@lawrencejob2 жыл бұрын
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
@soucianceeqdamrashti81752 жыл бұрын
They have different purposes. Event Grid is for notification of events. Service Bus is for messaging, and usually includes small to large size payloads.
@vivekkaushik9508 Жыл бұрын
@@soucianceeqdamrashti8175Exactly you got it.
@appology91027 ай бұрын
First advertisement I got was right when he clicked on VS to view the first microservice. Great timing! 😂
@andersborum9267 Жыл бұрын
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.
@olivier0003 Жыл бұрын
Gill is a great dvelopper and teacher. Where is the source code ?
@vmachacek2 жыл бұрын
the fact this demo is not using minimal APIs i see as a missed opportunity
@JamesOfKS2 жыл бұрын
thanks for menioning this. reminds me of nancy which i really liked.
@AfrimKamberi2 жыл бұрын
Amazing talk. 👏👏
@obinnaokafor62522 жыл бұрын
Amazing talk.
@jasonjimenez91168 ай бұрын
So microservices still a thing or has modular monolithic taken over?
@iqbaljournals Жыл бұрын
Where we can get the projecr solution.please??
@oscarangelramirez832 жыл бұрын
Eres MVP y metes la mayor parte del código en el controller...por eso hay sistemas inmantenibles
@eugenehlushin17462 жыл бұрын
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.
@KennethDC13372 жыл бұрын
Microservices became more popular because it is easier to do thanks to Kubernetes. Versioning and rolling updates are often easier then.
@Krawcu_ Жыл бұрын
bro fr looks like Michael Yagoobian when he was a child
@tandjebantje44608 ай бұрын
Why is so much business logic in the controllers?
@urzaaaaa2 жыл бұрын
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.
@Clank-j6w2 жыл бұрын
Opened the video to share the same sentiment.
@unskeptable2 жыл бұрын
Monolith is very old architecture. Time to move on to better solutions. But you must be capable to learn them first .
@mikeb86822 жыл бұрын
Yip. Im always amazed how many ways they can dissect the same frog.
@codingstyle94802 жыл бұрын
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.
@flyingpig72032 жыл бұрын
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?