Stack Vs Heap in C# | Types of memory allocation in C#.net part 1 | C#.net Tutorial

Поділитися
Вставка
  • Опубліковано 5 жов 2024
  • In this video I am going to discuss about the several mechanisms where memory gets allocated in c#.net. This will be introduction video for the same, more videos will be released in coming days where it will be explored other aspects of memory allocation visualization in c#.net.
    Intension of this video is to spread the wisdom of knowledge. Hence, let’s learn together.
    Useful places to lean more: my videos 😊 , MSDN, docs.microsoft....
    This video is not sponsored by anyone.
    #BuddhiTowardsWisdom
    About Us: I am having 11 years of experience in software design and development.
    Especially with c#.net, worked with many projects and involved in various phases of Software Development Life Cycle. Currently working as Assistant Manager with a software firm.
    My email id: jit.vivek86@gmail.com
    Instagram: / buddhi_towards_wisdom
    Facebook: / buddhitowardswisdom
    Images referred from:
    hackaday.com/2...,
    towardsdatasci...,
    stackoverflow....,
    www.programiz....,
    www.differenceb...
    ------------------------------------------
    Thank you for watching!!
    ------------------------------------------

КОМЕНТАРІ • 11

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

    Well explained Vivek bhai ! 👍🫡

  • @noorullakhan2830
    @noorullakhan2830 2 роки тому +4

    Excellent explanation Vivek..

  • @rocky7595
    @rocky7595 12 днів тому +1

    Thanks a lot

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

    Awesome job!! thanks... you deserve more subscribers.

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

    String is primitive datatype then why the value is not stored in stack like int does.

    • @vivekkumar-budhiTowardsWisdom
      @vivekkumar-budhiTowardsWisdom  2 роки тому +1

      Hi Divyesh, thanks for contacting.
      I believe, string is NOT a primitive data type, but it is a reference type.

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

    thanks

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

    Thank you :) Well Explained

  • @pruthvirajkengar7405
    @pruthvirajkengar7405 7 місяців тому

    Nice❤

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

    What would a function with locals variables still be on the stack if that function is in an instantiated object in the heap?