What is deep or shallow copy concept in C#
Loading
What is deep or shallow copy concept in C#
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Vishal YelvePosted Nov 24, 2022, 6:17 AM
Hi Naresh,
Please check the below links
https://dotnettutorials.net/lesson/shallow-copy-and-deep-copy/
https://www.youtube.com/watch?v=IRIhavLN6ss
https://www.youtube.com/watch?v=C_nLA3hfw8E
https://www.youtube.com/watch?v=_TCW2fdSuok
Amit MohantyPosted Nov 24, 2022, 4:14 AM
https://www.c-sharpcorner.com/UploadFile/56fb14/shallow-copy-and-deep-copy-of-instance-using-C-Sharp/
https://dotnettutorials.net/lesson/shallow-copy-and-deep-copy/
http://net-informations.com/faq/net/shallow-deep-copy.htm
Aravind GovindarajPosted Nov 23, 2022, 7:57 PM
Deep Copy means, cloning the object with all level top to child level. however shallow copy means it will copy only top level items.
https://www.geeksforgeeks.org/shallow-copy-and-deep-copy-in-c-sharp/