Search Results

0
votes

What is the best way to clone a business object in Silverlight?

I believe the standard cloning functionality was left out to keep it simple and lightweight. I believe you could use either JSON or XML serialization to achieve the same thing though. Not sure abou …