Machine Learning Introduction
9:17
Пікірлер
@RickKhj
@RickKhj 2 күн бұрын
This is not the implementation of a Webhook, this is a simple endpoint.
@abdussamadibnmoore5219
@abdussamadibnmoore5219 2 күн бұрын
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.
@cicerofoscarini8890
@cicerofoscarini8890 6 күн бұрын
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.
@DenisioRodrigues
@DenisioRodrigues 6 күн бұрын
Very good, Thanks for sharing.
@aparnavenkata2916
@aparnavenkata2916 12 күн бұрын
good one. Thank you sir
@sreenuksr
@sreenuksr 12 күн бұрын
Happy New Year sir!!! 🎉
@DotNetCoreCentral
@DotNetCoreCentral 12 күн бұрын
Happy New Year to you too!
@omkarmanjare4936
@omkarmanjare4936 13 күн бұрын
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
@semen083
@semen083 18 күн бұрын
Hi, how to make batch consumer and batch producer?
@aarakii
@aarakii 19 күн бұрын
clear cut explanation, no bs, thank you very much
@abhaq50000
@abhaq50000 23 күн бұрын
i think this video for api example . what the diffrent
@nbaua3454
@nbaua3454 28 күн бұрын
I guess the association should have been the other way down -- Employee --> Address and not the Address --> Employee
@SantoshPrakhar
@SantoshPrakhar Ай бұрын
Nice one.
@TommiLipponen
@TommiLipponen Ай бұрын
Would you say that Span is something like a Pointer in C language?
@rahulchakrabarty2858
@rahulchakrabarty2858 Ай бұрын
How do I unsubscribe from the subject.
@abdelsalam-ahmed
@abdelsalam-ahmed Ай бұрын
Thank you!
@cicerofoscarini8890
@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
@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
@BINLIANG-d8h Ай бұрын
Thank You Very Much!Your Video Explanation Was Very HelpFul To Me
@arjunmangali2904
@arjunmangali2904 2 ай бұрын
Short and on point explanation in authentication and authorisation in microservices.
@sureshpal5569
@sureshpal5569 2 ай бұрын
great , kindly share the code
@shuvbhowmickbestin
@shuvbhowmickbestin 2 ай бұрын
Good video but bro your typing speed is too slow for a developer man!
@sreenuksr
@sreenuksr 2 ай бұрын
How to trigger a job from .net based on after AWS file upload into S3 bucket
@thomasjohanson6446
@thomasjohanson6446 2 ай бұрын
how can we implement gateway for multiple environments
@husniddinsalahiddinov4935
@husniddinsalahiddinov4935 2 ай бұрын
Pretty good explained! Thank you
@NaaiSekar-cc4ef
@NaaiSekar-cc4ef 2 ай бұрын
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
@sreenuksr 2 ай бұрын
Hi. I m following your videos. Thx for sharing
@olayinkayusuf2642
@olayinkayusuf2642 2 ай бұрын
Hi Am trying to download the docker compose file but is not working pls assist
@heathens2867
@heathens2867 3 ай бұрын
Can we use this library for extensive job scheduler? I mean, can it handle large projects?
@DotNetCoreCentral
@DotNetCoreCentral 3 ай бұрын
So far I’ve tested with medium size projects, but I’m sure it can be used in large projects as well
@heathens2867
@heathens2867 2 ай бұрын
@@DotNetCoreCentral thank you
@InvincibleMan99
@InvincibleMan99 3 ай бұрын
The load balancer is for api gateway..right? the load balancer for individual services will come after auth is done?
@kodikodi9948
@kodikodi9948 3 ай бұрын
great example. it helps to have an example like this to understand how the state machine integrates into other business logic and an API
@davidifeanyi6809
@davidifeanyi6809 3 ай бұрын
Whats the plugin for your suggestions and intelliences
@DotNetCoreCentral
@DotNetCoreCentral 3 ай бұрын
I use GitHub copilot
@chidii
@chidii 3 ай бұрын
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?
@NgocDucDo
@NgocDucDo 3 ай бұрын
Thank you very much for your videos.
@PankajNikam
@PankajNikam 3 ай бұрын
Small typo in title: .NET vs .NER ;) Thanks for the video.
@pieceofcode_
@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 ?
@kidoo1567
@kidoo1567 3 ай бұрын
AMQP 0-9-1 ,HTTP WEB SOCKET
@checkitoutas
@checkitoutas 4 ай бұрын
Simply explained, clear, straight to the point. Not a second wasted. Loved it, thank you!
@DotNetCoreCentral
@DotNetCoreCentral 3 ай бұрын
Thanks!
@willgordon5737
@willgordon5737 4 ай бұрын
benchmaro 😂
@JulianRiverplate14
@JulianRiverplate14 4 ай бұрын
Thanks for this amazing content and resources,I'm gonna go through all the series! Keep going
@DotNetCoreCentral
@DotNetCoreCentral 3 ай бұрын
Glad you like them!
@JulianRiverplate14
@JulianRiverplate14 4 ай бұрын
Amazin video man!
@DotNetCoreCentral
@DotNetCoreCentral 3 ай бұрын
Thanks for the visit
@sagarmistry6210
@sagarmistry6210 4 ай бұрын
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?
@DotNetCoreCentral
@DotNetCoreCentral 3 ай бұрын
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
@sagarmistry6210
@sagarmistry6210 3 ай бұрын
@@DotNetCoreCentral thank you for responding. Can you please make series of Microsoft Orleans framework?
@sanjeevgaur1973
@sanjeevgaur1973 5 ай бұрын
well explained.
@sanjeevgaur1973
@sanjeevgaur1973 5 ай бұрын
Very nice explaination
@DotNetCoreCentral
@DotNetCoreCentral 3 ай бұрын
Thanks and welcome
@Sourav_29
@Sourav_29 5 ай бұрын
great explanation, thanks
@DotNetCoreCentral
@DotNetCoreCentral 3 ай бұрын
Glad it was helpful!
@GAGANDEEP901
@GAGANDEEP901 5 ай бұрын
Too many ads, no practical example given.
@khanfaizan05
@khanfaizan05 5 ай бұрын
Very nice . Great stuff 👍👍👍 Thank you 🙏
@DotNetCoreCentral
@DotNetCoreCentral 3 ай бұрын
Thank you! Cheers!
@shehan6857
@shehan6857 5 ай бұрын
Thank you so much for explaining microservices with real examples. keep it up.
@DotNetCoreCentral
@DotNetCoreCentral 3 ай бұрын
Glad it was helpful!
@nurlanavazzade8887
@nurlanavazzade8887 5 ай бұрын
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
@skillgroom
@skillgroom 5 ай бұрын
good content
@mdaslamknl
@mdaslamknl 5 ай бұрын
Excellent Can you share the code Thanks