Interface in C#
38:55
6 жыл бұрын
Post vs Put
23:43
6 жыл бұрын
Redis tutorial for beginners
18:30
6 жыл бұрын
Migrating Angular 2 to Angular 4
13:13
Node js tutorial for beginners
12:00
7 жыл бұрын
CommonJs  module Tutorial
26:18
7 жыл бұрын
C# AppDomain explained
16:45
7 жыл бұрын
How to Learn Angular 2 ?
11:54
7 жыл бұрын
Learn TypeScript for beginners
46:06
8 жыл бұрын
What is TypeScript ?
7:06
8 жыл бұрын
The BigInteger in C#
4:14
8 жыл бұрын
C# == vs Equals ( C# Tutorial)
21:32
8 жыл бұрын
Explain .NET Core 5.0 ?
12:22
8 жыл бұрын
C# Immutable object design pattern
8:26
C# Out parameters Vs REF parameters
6:43
C# Delegates explained
8:47
9 жыл бұрын
Пікірлер
@ratnakarsethi8403
@ratnakarsethi8403 Күн бұрын
Great learning 🙏
@pervezmeah7783
@pervezmeah7783 3 күн бұрын
I have never seen anyone explain so easily as you. Simply superb
@stipepavic843
@stipepavic843 11 күн бұрын
I like this, instant sub xD
@GertrudeKidder-e5v
@GertrudeKidder-e5v 13 күн бұрын
Jackson Carol White Robert Smith Shirley
@GaryKrall-i1x
@GaryKrall-i1x 17 күн бұрын
Walker Dorothy Jones Thomas Moore Richard
@rasikasamith
@rasikasamith 18 күн бұрын
Excellent video. Thanks a lot.
@MikliBafis-g5c
@MikliBafis-g5c 20 күн бұрын
Martinez Brian Harris John Harris Margaret
@BenDykhouse-d5k
@BenDykhouse-d5k 21 күн бұрын
Lewis Michael Harris Jessica Lopez Mary
@МойТ-ю2р
@МойТ-ю2р 21 күн бұрын
Archive
@МойТ-ю2р
@МойТ-ю2р 21 күн бұрын
Assemly
@GypsyMerch
@GypsyMerch 26 күн бұрын
Hernandez Eric Walker Susan Jones Nancy
@rishikeshnerkar1367
@rishikeshnerkar1367 29 күн бұрын
Can't you make updated video on this?
@RajKumargirfa
@RajKumargirfa Ай бұрын
helpful thanks
@rohit.badgujar
@rohit.badgujar Ай бұрын
Quick question? I see with Task.Parallel you are manully creating 1,000,000 task which are running in parallelly across multiple core using Task.Parallel, same thing can be acheived using multi-threading if you create 1,000,000 task and cpu will schedule them to run across different core's. Your earlier example where you are running a for loop will also run on single core even when we use Task.Parallel. TPL or Parallel.For does not distribute a single task across multiple cores. A single task runs on one core. To utilize multiple cores, you need to break the workload into multiple parallel tasks. Can you correct me here if I am missing something?
@glasgood9907
@glasgood9907 Ай бұрын
Fantastic explanation, thank you so much 👍🏼
@rajaudhay888
@rajaudhay888 Ай бұрын
Thank you
@haaruncaderrr
@haaruncaderrr Ай бұрын
Thank you sm
@Dismanameboi
@Dismanameboi Ай бұрын
Amazing explanation once again
@Dismanameboi
@Dismanameboi Ай бұрын
You are easily the best teacher 😊
@shubhamsonalkar8565
@shubhamsonalkar8565 Ай бұрын
Could you please explain the output for below object obj1 = new StringBuilder("Hello"); object obj2 = "Hello"; Console.WriteLine(obj1 == obj2); // false Console.WriteLine(obj1.Equals(obj2));// false
@shiwanigoswami7997
@shiwanigoswami7997 Ай бұрын
using System; using System.Text; public class Program { public static void Main() { object obj1 = new StringBuilder("Hello"); object obj2 = "Hello"; char[] values = {'H','e','l','l','o'}; object obj3 = new string("Hello"); Console.WriteLine(obj1 == obj2); Console.WriteLine(obj1.Equals(obj2)); Console.WriteLine(obj2 == obj3); Console.WriteLine(obj2.Equals(obj3)); } } This gives output as False False False True . According to you equals compares content then why does Console.WriteLine(obj1.Equals(obj2)); returns false ? Please explain
@c.m.m6668
@c.m.m6668 2 ай бұрын
You explained it so clearly. Thanks sir
@greeshmanair4768
@greeshmanair4768 2 ай бұрын
Nice tutorial.Good job!
@avinashgoyal8243
@avinashgoyal8243 2 ай бұрын
Best video for Interface I ahve ever seen!!
@rajinira
@rajinira 3 ай бұрын
Very nice video. Where is the next part of TPL tutorial
@Balajiji4888
@Balajiji4888 3 ай бұрын
Thanks Sir
@grandetaco4416
@grandetaco4416 3 ай бұрын
learn to use your microphone
@shivaselvan8858
@shivaselvan8858 3 ай бұрын
Excellent work! Keep rocking!
@cotizacionesequipo1719
@cotizacionesequipo1719 3 ай бұрын
Very useful sir. Thank you.
@RohanShirodkar29
@RohanShirodkar29 3 ай бұрын
thank you for such an amazing video, the music is so 90's though :D
@trijay
@trijay 3 ай бұрын
Summary - Task is an encapsulation on Theads Task Parallel Library: Helps in maximal utilization of all cores present in system which increases performance of an application
@Soumyadeep-m3c
@Soumyadeep-m3c 4 ай бұрын
video is good
@Soumyadeep-m3c
@Soumyadeep-m3c 4 ай бұрын
good video
@yashgupta8336
@yashgupta8336 4 ай бұрын
Brilliant explanantion, Thank you!!!
@vrajeshbadgujar
@vrajeshbadgujar 4 ай бұрын
Helpful! Thanks
@netran104
@netran104 4 ай бұрын
we can directly for each over the list. here the example isn’t showing the purpose of using ienumerable i.e. abstraction
@vrajeshbadgujar
@vrajeshbadgujar 4 ай бұрын
the best explanation ever in 10 mins !
@abdulkadir-jh2yj
@abdulkadir-jh2yj 5 ай бұрын
Uploaded 14 years ago 😮😮😮😮
@TubaMirza-co7ql
@TubaMirza-co7ql 5 ай бұрын
11 years old video waw .. still knowledgeable
@trijay
@trijay 5 ай бұрын
Anybody please provide second part of this video
@sameeralakshan6639
@sameeralakshan6639 5 ай бұрын
Thanks for the video. Since the multiplicity of a student with a course is 0...1 why did you drew two courses in the object diagram?
@Arthur-cx1cg
@Arthur-cx1cg 5 ай бұрын
I dint understand a word, coz I dont speak french, but every your move.next() clearly described the intention of change with a great finale at async/await . Amazing knowledge. Will try to step through this in JS and then will do for C#. Thank you!
@Aman-x5g
@Aman-x5g 5 ай бұрын
What about return multiple values?
@mememonster2370
@mememonster2370 6 ай бұрын
after 12 years Task - An opeartion Thread - process a Task (or executes an operation) Multithreading - process multiple task parallel
@AhmadElkhouly
@AhmadElkhouly 6 ай бұрын
Thank you. In short, IEnumerable is the collection itself that can be iterated. IEnumerator is an enumerator object that's used to iterate through a collection of data. So for a collection to be enumerable it must provide an enumerator object. IEnumerable exposes the GetEnumerator method that provides that enumerator.
@DarkMagicDesigner
@DarkMagicDesigner 6 ай бұрын
Fantastic video! I really appreciate that you made it as simple as possible while giving enough broad context as to how and why these patterns evolved. Very helpful!
@triphazard2906
@triphazard2906 6 ай бұрын
"specify which function you want to bypass" Haven't seen anyone mention this yet but I think it's crucial, thanks for showing with the breakpoint as well
@asmartbajan
@asmartbajan 6 ай бұрын
Great explanation! Incidentally, it's not a silly question, and that's not how the word "assign" is pronounced. (Google "pronounce assign.")
@abdulkadir-jh2yj
@abdulkadir-jh2yj 7 ай бұрын
14 years ago 😮😮😮😮
@yamitdr6507
@yamitdr6507 7 ай бұрын
Thank you for this simple explanation video