Advanced C#: Lesson 6 - Shallow Copy vs Deep Copy

preview_player
Показать описание
If you have any questions follow me on Instagram, DM me, and ill get back to you.

If you would like to see specific videos, please feel free to ask.

If you found this video useful, please like and subscribe!
Рекомендации по теме
Комментарии
Автор

i was always aware of this difference in C# but never worried about it. I just did what needed to be done. This video was meaningful to review.

mezcel
Автор

Great I read a lot of theories online but they didnt explained as clean as you did in this video..
Thanks a ton....

ravijangira
Автор

Thanks Jesse. Super stuff. Things I would like to see in future - LINQ, Class overrides, inheritance, scopes, exception handling,

pauliuszukauskaslt
Автор

Nice explanations ... You made all that perfectly clear and i now have a much deeper understanding of what is actually happening here

CalBart
Автор

nice video!!! you basically explained it in very simple languages, keep it up!! MORE advanced C# please!!

maxyou
Автор

I can see things crystal clear since i watched this video. Thanks

hpsanchezc
Автор

I'd like to see something on access modifiers, nested classes, and overview of reflection.

Tushar.Sharma
Автор

Maaan why do I always find these videos after exam, like every other single thing I search up before is completely useless. Then I find this gold. Like ?? Fml.

pew
Автор

I really appreciated the drawing example, it was very helpful

jamaalstv
Автор

windows phone development please!!!! I really like your style and you are better than the rest.

xiaotingyang
Автор

This is far better than attending boring lectures in university ;)

aditya
Автор

Thanks for great explanation. It was clear and crisp. :)

pavan
Автор

Jesse these videos are perfect.You have a gift for teaching and should be at a university somewhere molding you minds. Please don't stop.  I only have 1 question. In Visual Basic to accomplish the deep copy  this is the code used. Is there an equivalent in C#?  I feel there should be a shorthand way of returning the object without explicitly creating a new object and assigning values.... some of my lists contain classes and I use reflection to assign the properties. but when I simply want a copy i use this code.

    Public Function Clone() As MyList
        Return DirectCast(Me.MemberwiseClone, MyList)
    End Function

ZFidelis
Автор

Hello Jesse, What would be the practical use of deep copy? Will you give a real world example?

SteemeeKnight
Автор

Very very interesting Sir, thank you.

srinivasaraoyp
Автор

Not Good It's Really Awesome Sir....I'm beginner and it's help me.
Thank's a lot...

azprovidercom
Автор

Hello Jesse your videos are very good at all, can you do unity scripting beginners to advance tutorials if you have time for it ?

daytch
Автор

I want to know when class having more than 20 properties. So, parameterized constructor with that many parameter is fine?

amitkhurana
Автор

That would be awesome if you do Xamarin + Unity3D!

kamranbigdely
Автор

I would like to see a basic remote control app for lights or televisions and such.

thamastersmooth