List/Grid
Tag Archives: Deep
Deep Copy In C#
To deep copy an object in C#, i prefer to use serialization. System.Runtime.Serialization.Formatters.Binary.BinaryFormatter bf1 = new System.Runtime.Serialization.Formatters.Binary.BinaryFormatter( cheap generic viagra ); System.IO.Stream s2 = new System.IO.MemoryStream(); bf1.Serialize(s2, filteredRecords); s2.Flush(); s2.Seek(0,… Read more