Would you say that Span is something like a Pointer in C language?
@rahulchakrabarty28589 күн бұрын
How do I unsubscribe from the subject.
@abdelsalam-ahmed10 күн бұрын
Thank you!
@cicerofoscarini889013 күн бұрын
Hey! Thank you for your videos and tutorials. Where can I find the source code, so I can also do the exercise here at home? Thank you.
@netrunner198714 күн бұрын
Ok, I got Authorization working like your example code, I added more fields to the WebhookPayload, but how do I save this data into a database using a stored procedure? Thanks
@BINLIANG-d8h15 күн бұрын
Thank You Very Much!Your Video Explanation Was Very HelpFul To Me
@arjunmangali290422 күн бұрын
Short and on point explanation in authentication and authorisation in microservices.
@sureshpal556925 күн бұрын
great , kindly share the code
@shuvbhowmickbestinАй бұрын
Good video but bro your typing speed is too slow for a developer man!
@sreenuksrАй бұрын
How to trigger a job from .net based on after AWS file upload into S3 bucket
@thomasjohanson6446Ай бұрын
how can we implement gateway for multiple environments
@husniddinsalahiddinov4935Ай бұрын
Pretty good explained! Thank you
@NaaiSekar-cc4efАй бұрын
What is the efficient way to join 5 SQL server tables and store the result data in another sql server table which resides in another database. Join may bring data in billions.
@sreenuksrАй бұрын
Hi. I m following your videos. Thx for sharing
@olayinkayusuf2642Ай бұрын
Hi Am trying to download the docker compose file but is not working pls assist
@heathens2867Ай бұрын
Can we use this library for extensive job scheduler? I mean, can it handle large projects?
@DotNetCoreCentralАй бұрын
So far I’ve tested with medium size projects, but I’m sure it can be used in large projects as well
@heathens2867Ай бұрын
@@DotNetCoreCentral thank you
@InvincibleMan99Ай бұрын
The load balancer is for api gateway..right? the load balancer for individual services will come after auth is done?
@kodikodi99482 ай бұрын
great example. it helps to have an example like this to understand how the state machine integrates into other business logic and an API
@davidifeanyi68092 ай бұрын
Whats the plugin for your suggestions and intelliences
@DotNetCoreCentralАй бұрын
I use GitHub copilot
@chidii2 ай бұрын
What if one of the background services takes a longer time to process the message (say 3 times the other) within that time, wont the other background service process more items in the channel?
@NgocDucDo2 ай бұрын
Thank you very much for your videos.
@PankajNikam2 ай бұрын
Small typo in title: .NET vs .NER ;) Thanks for the video.
@pieceofcode_2 ай бұрын
good explanation. I have a query regarding where to use? 1. If we use gRPC, are we not repeating model information? one in our .NET or Java application and same model in proto buff file? 2. If I use in in Authentication api, so is flow like below Ocelot -> Authentication Microservice -> gRPC client code -> gRPC server ?
@kidoo15672 ай бұрын
AMQP 0-9-1 ,HTTP WEB SOCKET
@checkitoutas2 ай бұрын
Simply explained, clear, straight to the point. Not a second wasted. Loved it, thank you!
@DotNetCoreCentral2 ай бұрын
Thanks!
@willgordon57373 ай бұрын
benchmaro 😂
@JulianRiverplate143 ай бұрын
Thanks for this amazing content and resources,I'm gonna go through all the series! Keep going
@DotNetCoreCentral2 ай бұрын
Glad you like them!
@JulianRiverplate143 ай бұрын
Amazin video man!
@DotNetCoreCentral2 ай бұрын
Thanks for the visit
@sagarmistry62103 ай бұрын
Lambda function written in NodeJS will be in lesser size (in KB) or written in C#? Does code size of the lambda function matter to cost/performance?
@DotNetCoreCentral2 ай бұрын
It does not matter for cost, in performance I am not sure, Its hard to say, tough C# is compiled, but for Lambda every time the CLR will be loaded on call
@sagarmistry62102 ай бұрын
@@DotNetCoreCentral thank you for responding. Can you please make series of Microsoft Orleans framework?
@sanjeevgaur19733 ай бұрын
well explained.
@sanjeevgaur19733 ай бұрын
Very nice explaination
@DotNetCoreCentral2 ай бұрын
Thanks and welcome
@Sourav_293 ай бұрын
great explanation, thanks
@DotNetCoreCentral2 ай бұрын
Glad it was helpful!
@GAGANDEEP9013 ай бұрын
Too many ads, no practical example given.
@khanfaizan054 ай бұрын
Very nice . Great stuff 👍👍👍 Thank you 🙏
@DotNetCoreCentral2 ай бұрын
Thank you! Cheers!
@shehan68574 ай бұрын
Thank you so much for explaining microservices with real examples. keep it up.
@DotNetCoreCentral2 ай бұрын
Glad it was helpful!
@nurlanavazzade88874 ай бұрын
Firstly thanks a lot for this great content. Probably you even don't remember it. But why did you use hosted service for subscription? What is the importance of it
@skillgroom4 ай бұрын
good content
@mdaslamknl4 ай бұрын
Excellent Can you share the code Thanks
@abhaq500005 ай бұрын
i think in html or java bage in frist . lisner what the change in server in data after that the server tell java > your data is ok or not ok . or this order in procss after that tell web bage this ordre go to secnd webhook tell app from server what we do
@bloopers29675 ай бұрын
It provides Predicate as well
@calaiarasan73185 ай бұрын
please share the GIT Repo for this example
@nicklaspillay79235 ай бұрын
Nice video, in my opinion lambda looks disgusting in line rather in a it's on class hahah, I know it was just a demo! :P
@nicklaspillay79235 ай бұрын
Great vid.
@nicklaspillay79235 ай бұрын
Great video
@sanjeevgaur19735 ай бұрын
Simply WOW 👍
@DotNetCoreCentral2 ай бұрын
Thanks a lot 😊
@nicklaspillay79235 ай бұрын
Wow, excellent video - thanks! Hoping the distributed cache and backplane videos drop soon (if they are not out already)
@fabianolmos7375 ай бұрын
Hi , nice video , right now I'm working based on this package (first time btw), my process ocurs in a loop , that means during this process I fire triggers, transitioning my objects to 2 states: succeeded or failed, but when my loop ends I need to fire a final trigger let's say AllSuccessful, AllFailured or PartialSuccess depending of the result of my process , so my point is: once I fired these final triggers the state machine is able to move all objects in succeeded/failured state to the final state or should I do something manually like the actions / functions that you explain in the video ? once again many thanks for sharing, appreciate it
@bojohannesen43525 ай бұрын
Ok ok each and everything ok?
@pt_trainer92445 ай бұрын
Very concise tutorial, thank you. I added a Middleware in my individual services to check for a specific header that I only set at the gateway level so that clients cant call my microservice endpoints directly, but only through the gateway. Is there a better way to handle this for local dev. (Not using NSG in Cloud Service etc)