C# Object Clone Wars : C# 411

Cloning C# objects is one of those things that appears easy but is actually
quite complicated with many “gotchas.” This article describes the most common
ways to clone a C# object.

nice article about cloning in c#