C# : Delegate - Explained in 12 minutes | Tamil | DotNet Tamizha

Поділитися
Вставка
  • Опубліковано 15 жов 2024
  • In this video, I discussed about Delegate in C#, You can get basic idea about Delegate in 12 minutes:
    1) What is Delegate?
    1) Why delegate?
    2) Purpose of Delegate
    3) Where delegate is used often?
    Hope you like it! Let me know your thoughts on Comments!!
    #Delegates in C# #Delegates
    Thanks for watching!
    Subscribe Here👉 : bit.ly/2QrPrKg
    C#: Interface - An Introduction - • C#: What is an Interfa...
    C#: Interface - Uses : • C# : Purpose of Interf...
    You may like my below videos too! :) Please check it out!!!
    Visual Studio Code:
    Download and install Visual Studio Code : • What is Visual Studio ...
    OOPs:
    What is Polymorphism : • C#:What is Polymorphis...
    Compile Time Polymorphism/ Method Overloading : • C#:Method Overloading ...
    RunTime Polymorphism/ Method Overriding : • C#:Method Overriding |...
    Difference between Function overloading and Function Overriding : • C#:Difference between ...
    Design Pattern:
    Design Pattern Introduction and History : • Design Pattern : An In...
    C#:
    C# : Generics - An Intro.
    C#: Params Keyword : • C#: Params Keyword | W...
    C# : Run time Polymorphism Vs Compile Time Polymorphism - Which is best and why? - • Run time Polymorphism ...
    C# : Sealed Keyword - Explained - • C# : Sealed KeyWord | ...
    C#: Interface - An Introduction - • C#: What is an Interfa...
    C#: Interface - Uses : • C# : Purpose of Interf...
    C# - const keyword - • C#: Const Keyword Expl...
    C# : sturct - An Introduction - • C# : Struct - Explaine...
    C# - Readonly Keyword - • C#: Readyonly Keyword|...
    C# : Contextual Keywords - • C#:Contextual Keywords...
    C#: 5 Important Difference between Constant and Readonly variables - • C# : 5 Important Diffe...
    C# : Why C# not supporting Multiple Inheritance - • C#: Why multiple inher...
    C# : Collections - • C# : Collections Expla...
    C# : Generics - • Generics in C# - An In...
    C# : Enum - An Introduction - • Enum in C# | Enumerati...
    C#: Abstract Class vs Interface - • C#: Difference between...
    C#: Interface - An Introduction - • C#: What is an Interfa...
    C#: Interface - Uses : • C# : Purpose of Interf...
    C# - Struct Explained : • C# : Struct - Explaine...
    C# - struct vs class : • C# : Difference betwee...
    Oracle:
    Install Oracle eXpress Edition(XE) - • Oracle eXpress Edition...
    Install Oracle SQL Developer - • Oracle: SQL Developer ...
    ASP.Net:
    Authentication vs Authorization : • Authentication Vs Auth...
    What is Session Management - An Intro : • Asp.net : What is Stat...
    Various session modes in ASP.Net : • ASP.Net : Session Mode...
    Web.config file - An Intro : • Web.Config File - An I...
    web.config explained - • ASP.Net : Web.config -...
    ASP.Net View State : • ASP.Net : What is View...
    Keep vs Peek in Tempdata - • Peek & Keep in TempDat...
    ASP.Net MVC:
    ViewBag Vs ViewData Vs Tempdata Vs Session - An Intro - • ViewBag Vs ViewData Vs...
    ViewBag - • ViewBag in ASP.Net MVC...
    ViewData - • ViewData : A Closer L...
    You can learn all the .Net/Web concepts in Tamil in this channel.
    How to Check Windows11 Compatibility:
    • Check Windows 11 Compa...
    My Other Playlists, you may like: :)
    C# Step By Step : • C# Loops | For Loop Va...
    Windows OS : • Windows 11 - New Featu...
    C# Interview Questions : • Difference : ToString(...
    Visual Studio Tips : • VisualStudio Tips: Alw...
    .Net Interview Questions : • .Net Framework - Small...
    ASP.Net Step by Step : • Component Of Web Page ...
    ASP.Net MVC Step By Step : • Why Should we shift fr...
    SQL Server : • Download & Install SQL...
    GitHub Concepts : • GitHub: An Intro | Git...
    Thanks for watching!!
    Like !! Share !! Comment!!
    Subscribe for more!

КОМЕНТАРІ • 19

  • @sathyamahi
    @sathyamahi 2 роки тому +2

    Hi bro. Clear explanation thanks for making this video 🙏

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

      Thank you Gomathi Sister... Glad to hear it helps you. Thanks for your support and comment..👍🙂

  • @rsanbu712
    @rsanbu712 2 роки тому +2

    Why we need to do lot of code for calling a method we can directly call the function. can you give the exact reason

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

      Good question Anbu... With delegates you can pass function as parameter that's the main advantage of delegates... You can't achieve this in simple method calling.. Hopefully this answer your question.. If you have any doubt let me know.. Thanks for your comment and support.. 👍🙂

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

    Hi, What about if one method having two parameter and other having three parameter?

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

      Hi Rajesh, Apologies for the delay..good question. According to your question , it's come under method overloading. Overloading delegate is not good idea. So you should go with different delegates in your case. Hope this helps.. let me know if you have any questions..👍🙂

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

    crystal clear explanation bro

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

      Thank you Anand for your comment and support!! 🙂👍

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

    Superb explaination... Bro

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

      Glad you liked it. Thank you for your comment and support Vassir! :)

  • @SathishKumar-gl2fs
    @SathishKumar-gl2fs Рік тому +1

    You are doing good but neenga padichatha opikra mari iruku, real time ah entha scanario la use pannanum, why delegates? This is what we need

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

      Hi Sathish, Thanks for your comment. I have some clarification on your comment. The main intention of this video is to give some detailed information about delegates like what is delegate and how can we use it and guve why at some extent. In real time, we used delegates in events. Also, absolutely, I learned these concepts somewhere else in the net and converted that into my own style. That's it. Hopefully my videos teach to you about what and how and why too. The missing piece is real time scenario. I will try to include it in my upcoming videos. Thank you for your valuable constructive comments and support. Keep learning..👍🙂

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

    Hi, please explain about extension methods in c#

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

    Bro asp.net vb la epdi railway reservation project pandrathu nu konjam tips comment la solluga bro illa video poduga bro pls

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

      The question is too broad..it's hard to explain it here.. the Most common steps are.. First design the system.. Second design DB structure.. Then step in to coding..

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

    Nice

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

    Bro delegate progam output illa bro