Excellent! I would like to learn C# and ASP.net core and I think I found the right teacher after searching for so long! Do you have any online tutorial? Keep up the good work sir!
Thanks a lot. Honored that you liked my way of teaching... I have started this channel in recent times. Will be uploading more topics. Started with such C# concepts which people find difficult to understand. After few videos will proceed to ASP.Net Core. :)
Great and to the point tutorial. Thank you for starting with clean code when you make each of your points. It's very clear. Thank you for putting this video together.
Great Tutorial! I like the way to teach! Do you have any C# or .Net Core tutorial courses in Udemy or any other online tutorial sites? Can you discuss "Switch Statements, Pattern Matching, Tuple"? Once again, i would like to thank you for another excellent tutorial! More power brother!
Thanks a lot for your humble words. :) I don't have tutorials in Udemy yet. I have started this channel recently. So you can subscribe this channel for many more upcoming videos. Will definitely cover the topics you have asked for very soon!
If I replace this line of code, var t = new Thread(() => obj.DoSomeTimeConsumingWork(Print)) by Task.Factory.StartNew(() => obj.DoSomeTimeConsumingWork(Print));, AnotherLib method does not call the Callback, Why ?
Excellent! I would like to learn C# and ASP.net core and I think I found the right teacher after searching for so long! Do you have any online tutorial? Keep up the good work sir!
Thanks a lot. Honored that you liked my way of teaching...
I have started this channel in recent times. Will be uploading more topics. Started with such C# concepts which people find difficult to understand. After few videos will proceed to ASP.Net Core. :)
@@CODELLIGENT thank you so much excatly I feel the same
After watching many videos about c# . I found your channel. Ur videos are simple to understand. So, pls provide more videos on .Netcore
sir, please keep teaching this way really liked your way of teaching. understood all things at once
Great and to the point tutorial. Thank you for starting with clean code when you make each of your points. It's very clear. Thank you for putting this video together.
Thanks a lot.. 😍
Nice content!!! You are truly amazing.
Thanks a lot
amazing, i watched a lot of videos on delegates but this is where i understood
Glad it was helpful! 😃
@@CODELLIGENT again thank you sir
Amazing tutorial, really easy to understand
Glad it was helpful!
Great Tutorial! I like the way to teach! Do you have any C# or .Net Core tutorial courses in Udemy or any other online tutorial sites? Can you discuss "Switch Statements, Pattern Matching, Tuple"? Once again, i would like to thank you for another excellent tutorial! More power brother!
Thanks a lot for your humble words. :)
I don't have tutorials in Udemy yet. I have started this channel recently. So you can subscribe this channel for many more upcoming videos.
Will definitely cover the topics you have asked for very soon!
Keep uploading
That's the plan! 😃
This is very good video. i like it but, Predicate is missing
Thanks a lot.. 😊
Example at 24:20 looks very familiar, hope you have given due credit to its author ;)
If I replace this line of code, var t = new Thread(() => obj.DoSomeTimeConsumingWork(Print))
by Task.Factory.StartNew(() => obj.DoSomeTimeConsumingWork(Print));, AnotherLib method does not call the Callback, Why ?