C#

C#

Articles concerning the coding language C#

Latest

How to create a deep copy of an object
C# ·

How to create a deep copy of an object

There might be some situations where we want to create an exact copy of a complex object graph. Like other coding languages C# does't provide any out of the box solution for this. We therefor have to come up with our own one