Obsolete Methods in C# .Net made easy! | How to use it in real world coding? | Codelligent

Sdílet
Vložit
  • čas přidán 19. 06. 2024
  • In this video you will learn how to use Obsolete methods in C#.Net with the help of a real time application simulation.
    The topics being covered:
    00:00 - Intro
    00:20 - Explanation
    01:33 - Code Demo
    After this you will be able to use Obsolete keyword in your applications in a better way with a proper understanding.
    If you found this video helpful don’t forget to hit the Like button!
    If you wish to join us for future learning, do Subscribe this channel and hit the Bell icon to get the future video notifications!
    #ObsoleteMethods #Obsolete #DotNet
    -----------------------------------------------------------------------------------------
    We believe in - "Knowledge increases by sharing!!"
    Who are we?
    We are a bunch of IT professionals who love to teach apart from our regular coding work! 👬👫
    Why this Channel?
    In our career, we have noticed that many new programmers get confused while coding, even though they are aware of that concept. We help them understand the concept in our office. 🤗
    So, we thought why not share these concepts in the same easy to understand way to the whole world.
    Let every one who is starting their coding journey get to learn and become a better programmer! 😊
    We have taught many people offline, and now trying to make an online presence to help wider audience. 💖
    Let's Code!
    #LoveForCoding #LoveForTeaching #Codelligent #LetsCode #India
    -----------------------------------------------------------------------------------------
    Thumbnail background image credit: www.freepik.com

Komentáře • 2

  • @ApexFr777
    @ApexFr777 Před 5 měsíci

    Hi do we have to study delegates now when lambda does that work

    • @CODELLIGENT
      @CODELLIGENT  Před 4 měsíci

      I feel "Delegate" and "Lambda" are distinct concepts.
      A "Delegate" refers to a variable name that stores a reference to a method or a lambda. On the other hand, a lambda is essentially a method that doesn't have a fixed name.