Using Delegate for Callback function | C# Events & Delegates | Advance Concepts of C#

Поділитися
Вставка
  • Опубліковано 9 січ 2025

КОМЕНТАРІ • 16

  • @moonasha
    @moonasha Рік тому +2

    best explanation of delegates I've seen

  • @esmaelmohamed8209
    @esmaelmohamed8209 9 місяців тому +1

    You're not only instructor, or teacher you're someone beyond this title, fabulous. Respect ❤❤❤

  • @sarojkumarbehera9396
    @sarojkumarbehera9396 7 місяців тому +1

    I really like your teaching and clearly explanations. Please make videos of all C# concepts and .net core web API.

  • @divakarbabumuppidi357
    @divakarbabumuppidi357 6 місяців тому +1

    Superb explanation plz do entire c# course

  • @kamilmikua5794
    @kamilmikua5794 Рік тому

    Absolutely fantastic content, great teaching!

  • @Gpapadopulos
    @Gpapadopulos Рік тому

    Great content by far the best explanation

  • @Lanthiren
    @Lanthiren 2 роки тому +1

    You are fantastic, do you plan to do more c# stuff? I really like your way of explaining and the way you repeat things

  • @nyiminhtun9418
    @nyiminhtun9418 Місяць тому

    You don't need to write "Hello from C#" inside Print method as it can take msg parameter. That way it can display "delegate example" you assigned to r .

  • @lakshmansamanth
    @lakshmansamanth 2 роки тому +1

    at 13: 46 , In Print method : Console.WL(msg) , not Console.WL("Hello From C#");

  • @jokes108
    @jokes108 2 роки тому

    Thank you. Is this part of a playlist/series?

  • @mdkarim-ov9sh
    @mdkarim-ov9sh 7 місяців тому

    Please make vedio about SOLID Principles

  • @musiclover6092
    @musiclover6092 Рік тому

    Sir why that ("C# example") is not printed while returning the method?

  • @bramanjaneyulu2343
    @bramanjaneyulu2343 8 місяців тому

    still not clear why we want to return a method and why we need to pass as a function?

  • @SonicArchives
    @SonicArchives 9 місяців тому

    if you make the change to
    public int printNumber (int x)
    you can call
    PrintMoney(printNumber(x))
    So what is the advantage of the delegate?
    PrintMoney(printNumber(x))
    Is more logical that the delagate version

  • @frednicholson
    @frednicholson Рік тому +2

    I suggest not typing a lot of new code on the video. Just get to it.