Delegates in C# in Hindi (हिंदी)| Func and Action | Func Delegate in C# | Action Delegate in C#

Поділитися
Вставка
  • Опубліковано 10 гру 2022
  • In this video, we will discuss about delegates in C#.
    Topics covered:
    What are delegates in C#
    Declaration of delegates in C#
    Instantiation of delegates in C#
    Using delegates with anonymous methods
    Func and Action delegate types
    Why use delegates?
    In this series we learn about some of the advanced topics in C# which are very important for someone looking for a career in C# development. We learn about working of these topics in Hindi with proper code examples to improve our knowledge and advance in C#.
    My setup:
    Mic: amzn.to/44HGe1H
    Laptop: amzn.to/3pclzTe
    Keyboard: amzn.to/3B3e3Nn
    Mouse: amzn.to/3VLKB82

КОМЕНТАРІ • 21

  • @akashmahajan04
    @akashmahajan04 2 місяці тому +2

    Quality content hai bhai👍

  • @bhanu14x
    @bhanu14x 4 місяці тому +3

    easy to understand delegate

  • @RAVIGUPTA-wv8gn
    @RAVIGUPTA-wv8gn Рік тому +2

    Finally got that topic, Thanks.

  • @zulqadaridrishi457
    @zulqadaridrishi457 5 місяців тому +1

    it was actually very nice.

  • @riteshkumaryadav1287
    @riteshkumaryadav1287 Рік тому +1

    nice and easy explanation

  • @ashishtayade047
    @ashishtayade047 3 місяці тому +1

    Thank you sir very nice gide & very nice best information C# delegates teaching video.👍

  • @MrFloop69
    @MrFloop69 4 місяці тому +1

    love it

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

    Please, Create one video about covariant and contravariant , It's hard to understand when interface gets involved

  • @rashikmaharjan8527
    @rashikmaharjan8527 Рік тому +1

    Well explained.. easy to understand. Thank you for the video. Could you please make MVC workflow in windows form application. Thanks in advance

  • @brainlesssid1417
    @brainlesssid1417 2 місяці тому +1

    Helpful

  • @abukvlogs8922
    @abukvlogs8922 Рік тому +1

    🙏👌

  • @manishgarg8371
    @manishgarg8371 9 місяців тому +2

    Do you have any video on web api creation and consumption?

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

      Web API creation: ua-cam.com/video/BfuOUso-W_M/v-deo.html
      Minimal API creation: ua-cam.com/video/ffcWtE79-Lg/v-deo.html
      API consumption: ua-cam.com/video/OUtpnGaKwWY/v-deo.html

  • @handover007
    @handover007 10 місяців тому +1

    Liked and subscribed

  • @ShortsCOD
    @ShortsCOD Рік тому +1

    Good one bhai. Hp ?

  • @trainfantasy8404
    @trainfantasy8404 2 місяці тому +1

    private method yadi dusre class ka hoga toh delegate kaam nhi karega toh kya fyada iska

    • @CodewithRSV
      @CodewithRSV  2 місяці тому

      Class apne private method ka delegate bnakee dusri class me pass kr skta h

  • @kartikjuneja
    @kartikjuneja Рік тому +1

    perfect
    edit: I find out you missed the predicate type

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

      Predicate only returns boolean. I skipped it to keep video length small. You can read more here www.tutorialsteacher.com/csharp/csharp-predicate