Memory Management in .NET / C# Explained - Dev Level Up Series

Sdílet
Vložit
  • čas přidán 2. 08. 2024
  • In this series, I put together small, bite sized chunks of information that you don't necessarily need to be at your computer to learn from (which is rare in programming). I feel like many of the tips in this series are ones that a lot of devs don't pick up along the way, and as such are missing some information that, well, could level up their dev skills. I'd love to hear what other topics you think developers often miss on their learning journey, so please leave a comment below letting me know!
    🔴 Link to the Playlist -
    • Dev Level Up Series
    🔴 Check out Programming With Chris Live T/Th/Sat nights!
    bit.ly/3nHuLuN
    🔴 Subscribe For More Programming Tutorials
    bit.ly/3NN23DB
    ☕️Buy me a coffee if you enjoy the free content! -
    bit.ly/3Pw56Sf
    In this video, I talk through how memory management works in the .net world. This includes an overview of the C# stack, the heap, and how objects are stored in them. I also discuss the C# / .net garbage collector, as well as the small-object heap vs the large-object heap.
    🕘Timestamps:
    00:00 - Video Start
    00:07 - The Stack and how it works in C#
    00:35 - Reference types in C# on the stack
    01:10 - How the stack clears memory related to methods
    01:24 - How the Heap works in C# / .net
    01:58 - How the garbage collector works in C# / .net
    02:20 - How small and large object heap works in C# / .net
    Thanks for watching! I plan on make many more of these on underserved topics, so if you wish to see more, continue the playlist and subscribe!
    🎬Watch My most recent videos:
    bit.ly/3yJwaY5
    #dotnet #csharp #programming
  • Věda a technologie

Komentáře • 2

  • @ProgrammingWithChris
    @ProgrammingWithChris  Před 2 lety +3

    Thanks for watching! If you have any ideas for things you think a lot of programmers miss on their learning journey that I should cover, please let me know! Otherwise, like and subscribe, and more to come soon!
    🕘Timestamps:
    00:00 - Video Start
    00:07 - The Stack and how it works in C#
    00:35 - Reference types in C# on the stack
    01:10 - How the stack clears memory related to methods
    01:24 - How the Heap works in C# / .net
    01:58 - How the garbage collector works in C# / .net
    02:20 - How small and large object heap works in C# / .net

  • @wirelessmistress3268
    @wirelessmistress3268 Před 10 měsíci

    I'm outta here