This is not the implementation of a Webhook, this is a simple endpoint.
@abdussamadibnmoore52192 күн бұрын
Hey, anyone knows which playlist this video is a part of? He mentioned the last 4 videos. Would like to know which videos they are.
@cicerofoscarini88906 күн бұрын
Hi sir! I really like your videos and it would be so helpful to have the source code as part of the code is done already before the video started. Thank you.
@DenisioRodrigues6 күн бұрын
Very good, Thanks for sharing.
@aparnavenkata291612 күн бұрын
good one. Thank you sir
@sreenuksr12 күн бұрын
Happy New Year sir!!! 🎉
@DotNetCoreCentral12 күн бұрын
Happy New Year to you too!
@omkarmanjare493613 күн бұрын
Task.Factory.StartNew will initiate the work on a new thread by itself. There would no need to create channel for the same work. Channel is something that takes care executing its responsibility in a new thread. In my opinion it was expected to have a channel implemented without the use of Task.Factory.StartNew
@semen08318 күн бұрын
Hi, how to make batch consumer and batch producer?
@aarakii19 күн бұрын
clear cut explanation, no bs, thank you very much
@abhaq5000023 күн бұрын
i think this video for api example . what the diffrent
@nbaua345428 күн бұрын
I guess the association should have been the other way down -- Employee --> Address and not the Address --> Employee
@SantoshPrakharАй бұрын
Nice one.
@TommiLipponenАй бұрын
Would you say that Span is something like a Pointer in C language?
@rahulchakrabarty2858Ай бұрын
How do I unsubscribe from the subject.
@abdelsalam-ahmedАй бұрын
Thank you!
@cicerofoscarini8890Ай бұрын
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.
@netrunner1987Ай бұрын
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-d8hАй бұрын
Thank You Very Much!Your Video Explanation Was Very HelpFul To Me
@arjunmangali29042 ай бұрын
Short and on point explanation in authentication and authorisation in microservices.
@sureshpal55692 ай бұрын
great , kindly share the code
@shuvbhowmickbestin2 ай бұрын
Good video but bro your typing speed is too slow for a developer man!
@sreenuksr2 ай бұрын
How to trigger a job from .net based on after AWS file upload into S3 bucket
@thomasjohanson64462 ай бұрын
how can we implement gateway for multiple environments
@husniddinsalahiddinov49352 ай бұрын
Pretty good explained! Thank you
@NaaiSekar-cc4ef2 ай бұрын
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.
@sreenuksr2 ай бұрын
Hi. I m following your videos. Thx for sharing
@olayinkayusuf26422 ай бұрын
Hi Am trying to download the docker compose file but is not working pls assist
@heathens28673 ай бұрын
Can we use this library for extensive job scheduler? I mean, can it handle large projects?
@DotNetCoreCentral3 ай бұрын
So far I’ve tested with medium size projects, but I’m sure it can be used in large projects as well
@heathens28672 ай бұрын
@@DotNetCoreCentral thank you
@InvincibleMan993 ай бұрын
The load balancer is for api gateway..right? the load balancer for individual services will come after auth is done?
@kodikodi99483 ай бұрын
great example. it helps to have an example like this to understand how the state machine integrates into other business logic and an API
@davidifeanyi68093 ай бұрын
Whats the plugin for your suggestions and intelliences
@DotNetCoreCentral3 ай бұрын
I use GitHub copilot
@chidii3 ай бұрын
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?
@NgocDucDo3 ай бұрын
Thank you very much for your videos.
@PankajNikam3 ай бұрын
Small typo in title: .NET vs .NER ;) Thanks for the video.
@pieceofcode_3 ай бұрын
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 ?
@kidoo15673 ай бұрын
AMQP 0-9-1 ,HTTP WEB SOCKET
@checkitoutas4 ай бұрын
Simply explained, clear, straight to the point. Not a second wasted. Loved it, thank you!
@DotNetCoreCentral3 ай бұрын
Thanks!
@willgordon57374 ай бұрын
benchmaro 😂
@JulianRiverplate144 ай бұрын
Thanks for this amazing content and resources,I'm gonna go through all the series! Keep going
@DotNetCoreCentral3 ай бұрын
Glad you like them!
@JulianRiverplate144 ай бұрын
Amazin video man!
@DotNetCoreCentral3 ай бұрын
Thanks for the visit
@sagarmistry62104 ай бұрын
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?
@DotNetCoreCentral3 ай бұрын
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
@sagarmistry62103 ай бұрын
@@DotNetCoreCentral thank you for responding. Can you please make series of Microsoft Orleans framework?
@sanjeevgaur19735 ай бұрын
well explained.
@sanjeevgaur19735 ай бұрын
Very nice explaination
@DotNetCoreCentral3 ай бұрын
Thanks and welcome
@Sourav_295 ай бұрын
great explanation, thanks
@DotNetCoreCentral3 ай бұрын
Glad it was helpful!
@GAGANDEEP9015 ай бұрын
Too many ads, no practical example given.
@khanfaizan055 ай бұрын
Very nice . Great stuff 👍👍👍 Thank you 🙏
@DotNetCoreCentral3 ай бұрын
Thank you! Cheers!
@shehan68575 ай бұрын
Thank you so much for explaining microservices with real examples. keep it up.
@DotNetCoreCentral3 ай бұрын
Glad it was helpful!
@nurlanavazzade88875 ай бұрын
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