C# Value vs Reference Types Explained

SdĂ­let
VloĆŸit
  • čas pƙidĂĄn 11. 01. 2024
  • In this video, we explore the differences between value types and reference types in C#, and how they behave when copied or compared. Learn how variables are managed in C# and understand why unexpected outcomes can occur when working with variables. Gain a deeper understanding of value types, reference types, memory storage, and common scenarios where these concepts are relevant. Watch now to master the fundamentals of value types and reference types in C#.
    📝 Source Code on GitHub: github.com/MarkInman/ValueVsR...
  • KrĂĄtkĂ© a kreslenĂ© filmy

Komentáƙe • 19

  • @craig_the_dev
    @craig_the_dev Pƙed 3 měsĂ­ci +1

    @3:56 - Correct me if I am wrong but shouldn't your arrows now point to p2 place in the heap? Line 22, is saying p1 should now point to the place on the heap that p2 is pointing. Everything you said would apply if the code on line 22 was p2 = p1; Again please correct me if I am wrong - I'm not trying to troll I'm trying to better understand and make sure others do too. Thanks for the video, Mark

    • @Mark-D-Inman
      @Mark-D-Inman  Pƙed 3 měsĂ­ci +1

      Yes, you're absolutely right Craig. That's a mistake in my slide, my bad :-(. You've understood it perfectly. My apologies for the confusion.

    • @craig_the_dev
      @craig_the_dev Pƙed 3 měsĂ­ci

      @@Mark-D-Inman Oh no worries at all Mark! Your video made the small mistake much easier to see! Really this video is still top tier for an explanation. Still an awesome video! :)

  • @developingwoot
    @developingwoot Pƙed 10 dny

    Really well explained! Looking forward to your next video.

  • @stillnotchill2560
    @stillnotchill2560 Pƙed 17 dny

    this was very helpful in preparation for my interview, thanks!

    • @Mark-D-Inman
      @Mark-D-Inman  Pƙed 17 dny

      Glad it was helpful. Best of luck with your interview.

  • @Ak-zm3ce
    @Ak-zm3ce Pƙed 4 dny

    Great explanation keep it up

  • @itsashhuby6781
    @itsashhuby6781 Pƙed 3 měsĂ­ci +2

    dont normally comment but this video was insanely helpful thanks !

    • @Mark-D-Inman
      @Mark-D-Inman  Pƙed 3 měsĂ­ci

      Fantastic! So pleased I could help.

    • @mvsa
      @mvsa Pƙed 2 měsĂ­ci

      Agreed! Finally found one that I could understand! Thanks Mark!

  • @mustafashahin88
    @mustafashahin88 Pƙed 2 měsĂ­ci +1

    thank you a lot. it helped me.

    • @Mark-D-Inman
      @Mark-D-Inman  Pƙed 2 měsĂ­ci

      Awesome. So pleased to hear it :-)

  • @leuelermias9893
    @leuelermias9893 Pƙed 4 měsĂ­ci

    thank you dude it helped !!!

  • @emreduman225
    @emreduman225 Pƙed 4 měsĂ­ci

    Great Explanation! Can you add your source code's link to the video description? Thank you!

    • @Mark-D-Inman
      @Mark-D-Inman  Pƙed 4 měsĂ­ci

      Thanks for the reminder to do this for the videos :-) Link is now in the description.

  • @vikneshar139
    @vikneshar139 Pƙed 2 měsĂ­ci

    Yeah! It Helped