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.
via csharp411.com
nice article about cloning in c#